Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x
Modified Files:
ecore_x_window.c
Log Message:
debugging - but more important - configure.in fix!
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_window.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore_x_window.c 29 Feb 2004 08:15:47 -0000 1.17
+++ ecore_x_window.c 16 Mar 2004 23:52:46 -0000 1.18
@@ -192,7 +192,10 @@
/* ecore_x_window_prop_string_set(win, _ecore_x_atom_wm_client_machine,
(char *)buf); */
if (XStringListToTextProperty(hostname, 1, &xprop))
- XSetWMClientMachine(_ecore_x_disp, win, &xprop);
+ {
+ XSetWMClientMachine(_ecore_x_disp, win, &xprop);
+ XFree(xprop.value);
+ }
/*
* Set _NET_WM_PID
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs