changeset 8 | 7c90e6132015 |
parent 0 | dd21522fd290 |
child 16 | a359256acfc6 |
--- a/widgets/widgetlauncher/src/WidgetLauncher.cpp Mon Mar 30 12:54:55 2009 +0300 +++ b/widgets/widgetlauncher/src/WidgetLauncher.cpp Fri May 08 08:25:06 2009 +0300 @@ -131,6 +131,9 @@ // Try to get the size. TRAP_IGNORE( aOperation = readStream.ReadInt32L() ); + + delete commandLine; + commandLine = NULL; } //===========================================================================