X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftimers.cpp;h=e95347ea74eee1db96f4e1ff4bdc74a62307620c;hb=refs%2Ftags%2Frelease-0.12;hp=01849530fc4397fa73136962d21f7d32c49e1955;hpb=3c0a57e91bb919dd1c7bd0536278fb7753b8a77a;p=xestiaab%2F.git diff --git a/source/common/timers.cpp b/source/common/timers.cpp index 0184953..e95347e 100644 --- a/source/common/timers.cpp +++ b/source/common/timers.cpp @@ -315,13 +315,7 @@ void wxActListProcTimer::Notify(){ adt = adt.Now(); ActListFinDTPtr->insert(std::make_pair(iter->first, adt)); - - // Delete the connection object. - - std::map::iterator ConnObject = ActListConnPtr->find(iter->first); - delete ConnObject->second; - ConnObject->second = NULL; - + } if (ClearupProcessed == TRUE){