Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Replaced CardDAV with CardDAV* in the activity manager, improving memory usage.
[xestiaab/.git] / source / common / timers.cpp
index 3f0b181..c3ed546 100644 (file)
@@ -313,6 +313,12 @@ void wxActListProcTimer::Notify(){
         
         ActListFinDTPtr->insert(std::make_pair(iter->first, adt));
         
+       // Delete the connection object.
+       
+       std::map<int, CardDAV*>::iterator ConnObject = ActListConnPtr->find(iter->first);
+       delete ConnObject->second;
+       ConnObject->second = NULL;
+       
     }
     
     if (ClearupProcessed == TRUE){
@@ -342,7 +348,7 @@ void wxActListProcTimer::SetupPointers(std::map<int,int> *ActList, std::map<int,
                                        std::map<int,wxString> *ActListDetail, bool *TasksActive,
                                        wxListCtrl *lstActivity, wxStaticText *lblDetails, wxGauge *GauProgress,
                                        void *ActMgr, wxActTimer *ActTimer, wxActProcessTimer *ActProcessTimer,
-                                       std::map<int,wxDateTime> *ActListFinDT){
+                                       std::map<int,wxDateTime> *ActListFinDT, std::map<int, CardDAV*> *ActListConn){
     
     ActListPtr = ActList;
     ActListUIPtr = ActListUI;
@@ -355,6 +361,7 @@ void wxActListProcTimer::SetupPointers(std::map<int,int> *ActList, std::map<int,
     ActTimerPtr = ActTimer;
     ActProcessTimerPtr = ActProcessTimer;
     ActListFinDTPtr = ActListFinDT;
+    ActListConnPtr = ActListConn;
     
 }
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy