diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-01-04 22:40:36 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-05 09:02:33 +0100 |
commit | ed26218fdf5b0ba5a9a6c7611a5b787186185b8d (patch) | |
tree | a407b34648961b1e122faf52665975d056ca9a03 /soltools/ldump | |
parent | d7d7b15e9434301a789c386bcc4aa0e87d690e4b (diff) |
Removing few cppchecks warnings.
Diffstat (limited to 'soltools/ldump')
-rw-r--r-- | soltools/ldump/ldump.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soltools/ldump/ldump.cxx b/soltools/ldump/ldump.cxx index 0096adbb9738..cbb228e82351 100644 --- a/soltools/ldump/ldump.cxx +++ b/soltools/ldump/ldump.cxx @@ -755,6 +755,7 @@ main( int argc, char **argv ) pDump->PrintDefFile(); pDump->PrintDataBase(); delete pDump; + delete [] pLibName; return 0; } |