Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        prefs.c 


Log Message:
free the mallocs!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/prefs.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- prefs.c     13 Dec 2003 06:36:47 -0000      1.12
+++ prefs.c     11 Jan 2004 02:39:50 -0000      1.13
@@ -225,7 +225,10 @@
                      {
                         key = entice_key_new(symbol, signal);
                         entice_keys_up_add(key);
+                        free (signal);
                      }
+
+                     free(symbol);
                   }
                }
             }
@@ -242,7 +245,10 @@
                      {
                         key = entice_key_new(symbol, signal);
                         entice_keys_down_add(key);
+                        free(signal);
                      }
+
+                     free (symbol);
                   }
                }
             }




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to