[gnome-commander/gcmd-1-3] Fixed problem #598278 (memory leak)



commit 5309adc26389d2a0b3424634b5636f13e06fc630
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sat Oct 17 20:06:50 2009 +0200

    Fixed problem #598278 (memory leak)

 src/gnome-cmd-dir-indicator.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gnome-cmd-dir-indicator.cc b/src/gnome-cmd-dir-indicator.cc
index 7eedf6c..72cbbae 100644
--- a/src/gnome-cmd-dir-indicator.cc
+++ b/src/gnome-cmd-dir-indicator.cc
@@ -106,6 +106,7 @@ static gboolean on_dir_indicator_clicked (GnomeCmdDirIndicator *indicator, GdkEv
             }
 
         // pointer is after directory name - just return
+        g_free (chTo);
         return TRUE;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]