summaryrefslogtreecommitdiff
path: root/soltools/ldump
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-01-04 22:40:36 +0100
committerDavid Tardon <dtardon@redhat.com>2011-01-05 09:02:33 +0100
commited26218fdf5b0ba5a9a6c7611a5b787186185b8d (patch)
treea407b34648961b1e122faf52665975d056ca9a03 /soltools/ldump
parentd7d7b15e9434301a789c386bcc4aa0e87d690e4b (diff)
Removing few cppchecks warnings.
Diffstat (limited to 'soltools/ldump')
-rw-r--r--soltools/ldump/ldump.cxx1
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;
}