changeset 27 | b0bc8115cfe9 |
parent 0 | 469c91dae73b |
--- a/imagingext_pub/exif_api/tsrc/src/ExifModifyTest2.cpp Tue Sep 14 16:30:15 2010 +0300 +++ b/imagingext_pub/exif_api/tsrc/src/ExifModifyTest2.cpp Wed Oct 13 13:10:46 2010 +0300 @@ -24,7 +24,10 @@ { CExifModify* modify = CExifModify::NewL(); if(!modify) + { + delete modify; User::Leave(KErrGeneral); + } delete modify; }