diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 09:19:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-05 09:19:42 +0100 |
commit | 24eab079267e2e0bc6c9b2e30c4c7b716de2a2c3 (patch) | |
tree | d20cef83ac7ba71268e5c74c8ed230f351efd3a4 | |
parent | 2760e5c03db15d0fdaee2948cd3bc3384c871c4d (diff) |
valgrind: fix leak
-rw-r--r-- | sal/qa/osl/process/osl_Thread.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx index 3b021a497db6..31dd18eda46e 100644 --- a/sal/qa/osl/process/osl_Thread.cxx +++ b/sal/qa/osl/process/osl_Thread.cxx @@ -2059,6 +2059,7 @@ namespace osl_ThreadData cData1 == 'a' && cData2 == 'b' && aChar == 'm' ); + delete [] pc; } /** setData the second time, and then getData */ |