Patch #2799 2009-07-30 20:36

techy

Various memory problem fixes (part 5)
Download
2799-Various_memory.patch (316 bytes)
Category
Application::Bugfix
Status
Accepted
Close date
2009-08-24 07:32
Assigned to
mortenmacfly
Index: src/sdk/logmanager.cpp
===================================================================
--- src/sdk/logmanager.cpp    (revision 5716)
+++ src/sdk/logmanager.cpp    (working copy)
@@ -29,6 +29,8 @@
 {
     if(log != &g_null_log)
         delete log;
+    if (icon)
+        delete icon;
 }
 
 size_t LogSlot::Index() const
techy 2009-07-30 20:37

Icon not deleted.