Author: iratqq
Date: Sat Jan 17 11:29:24 2009
New Revision: 5742

Modified:
   trunk/fep/callbacks.c

Log:
* fep/callbacks.c (prop_list_update_cb):
  - Plug mem leak.


Modified: trunk/fep/callbacks.c
==============================================================================
--- trunk/fep/callbacks.c       (original)
+++ trunk/fep/callbacks.c       Sat Jan 17 11:29:24 2009
@@ -640,6 +640,7 @@
     pad[padlen] = '\0';
     uim_asprintf(&labels, "%s%s%s", oldlabels, label, pad);
     free(oldlabels);
+    free(pad);
   }

 loop_end:

Reply via email to