ncdengine/provider/client/src/ncdsilentinstalloperationproxy.cpp
changeset 67 3a625661d1ce
parent 53 ae54820ef82c
--- a/ncdengine/provider/client/src/ncdsilentinstalloperationproxy.cpp	Wed Aug 18 09:55:45 2010 +0300
+++ b/ncdengine/provider/client/src/ncdsilentinstalloperationproxy.cpp	Thu Sep 02 20:34:03 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();