diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-05-28 08:53:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-05-28 08:55:11 +0200 |
commit | 7bc008210621429835ddb75359f2268b5f66ea8f (patch) | |
tree | 4bc4c9c1416c8e2fe06a859edfed8323ff65b1cd /sot | |
parent | ce583af68915b83cfaa0bd4f1a2f49c92767bc8e (diff) |
Fix memory leak
Change-Id: Iae6c5c1590970f79f78c50e390ffd592e5be1bc6
Diffstat (limited to 'sot')
-rw-r--r-- | sot/qa/cppunit/test_sot.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/qa/cppunit/test_sot.cxx b/sot/qa/cppunit/test_sot.cxx index 7daf9eec52d2..c97a86e0b812 100644 --- a/sot/qa/cppunit/test_sot.cxx +++ b/sot/qa/cppunit/test_sot.cxx @@ -76,7 +76,7 @@ namespace pData[i - 1] == c ); } } - + free(pData); return true; } |