Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_textarea.c
Log Message:
memleak fixes
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_textarea.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- ewl_textarea.c 13 May 2004 06:03:01 -0000 1.25
+++ ewl_textarea.c 17 May 2004 19:40:35 -0000 1.26
@@ -266,9 +266,11 @@
tmp = ewl_theme_data_get_str(w, "font");
etox_context_set_font(ta->context, tmp,
ewl_theme_data_get_int(w, "font_size"));
+ IF_FREE(tmp);
tmp = ewl_theme_data_get_str(w, "style");
etox_context_set_style(ta->context, tmp);
+ IF_FREE(tmp);
r = ewl_theme_data_get_int(w, "color/r");
g = ewl_theme_data_get_int(w, "color/g");
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs