ncdengine/provider/client/src/ncdsilentinstalloperationproxy.cpp
changeset 64 48c14c385b0e
parent 44 329d304c1aa1
--- a/ncdengine/provider/client/src/ncdsilentinstalloperationproxy.cpp	Fri Aug 06 10:59:22 2010 +0300
+++ b/ncdengine/provider/client/src/ncdsilentinstalloperationproxy.cpp	Fri Aug 20 11:39:56 2010 +0300
@@ -74,6 +74,9 @@
 CNcdSilentInstallOperationProxy::~CNcdSilentInstallOperationProxy()
     {
     DLTRACEIN(( "" ));
+    
+    delete iInstallOptions;
+    
     // Cancel must be called here because base class will only call its own
     // DoCancel()
     Cancel();