X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestBug.cxx;h=8dece563da105ac6fed3d5de25d952dd09175208;hb=53136f1709fcb178a80ef947f5a3f04ceecd86f4;hp=157360c1af33ffa527aead16d6127cec95e8c9ea;hpb=1d69b92978803204089d270599133917d944c651;p=gdcm.git diff --git a/Testing/TestBug.cxx b/Testing/TestBug.cxx index 157360c1..8dece563 100644 --- a/Testing/TestBug.cxx +++ b/Testing/TestBug.cxx @@ -18,6 +18,7 @@ int TestBug(int argc, char* argv[]) //e1->PrintPubDict(); //e1->GetPubDict()->GetEntriesByKey(); e1->GetPubDict()->PrintByKey(); + delete e1; - return 0; + return 0; }