ncdengine/provider/client/src/ncdsilentinstalloperationproxy.cpp
changeset 64 48c14c385b0e
parent 44 329d304c1aa1
equal deleted inserted replaced
58:67f2119dc623 64:48c14c385b0e
    72 // ---------------------------------------------------------------------------
    72 // ---------------------------------------------------------------------------
    73 //
    73 //
    74 CNcdSilentInstallOperationProxy::~CNcdSilentInstallOperationProxy()
    74 CNcdSilentInstallOperationProxy::~CNcdSilentInstallOperationProxy()
    75     {
    75     {
    76     DLTRACEIN(( "" ));
    76     DLTRACEIN(( "" ));
       
    77     
       
    78     delete iInstallOptions;
       
    79     
    77     // Cancel must be called here because base class will only call its own
    80     // Cancel must be called here because base class will only call its own
    78     // DoCancel()
    81     // DoCancel()
    79     Cancel();
    82     Cancel();
    80     DLTRACEOUT(( "" ));    
    83     DLTRACEOUT(( "" ));    
    81     }
    84     }