changeset 30 | 8dde790cab74 |
parent 29 | 1f1fcd7e941c |
child 32 | 5c4486441ae6 |
--- a/cmmanager/cpdestinationplugin/src/cpadddestinationentryitemdata.cpp Thu May 13 23:17:48 2010 +0300 +++ b/cmmanager/cpdestinationplugin/src/cpadddestinationentryitemdata.cpp Fri May 14 10:52:16 2010 +0300 @@ -175,6 +175,7 @@ CmDestinationShim *destination = cmm->destination(destinationList[i]); if (0 == dest.compare(destination->name())) { retVal = false; + delete destination; break; } delete destination;