Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_xinerama.c 


Log Message:
Cleanup fake xinerama screens

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_xinerama.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_xinerama.c        13 Sep 2005 10:12:21 -0000      1.5
+++ e_xinerama.c        29 Sep 2005 12:13:39 -0000      1.6
@@ -72,6 +72,11 @@
      {
        chosen_screens = evas_list_remove_list(chosen_screens, chosen_screens);
      }
+   while (fake_screens)
+     {
+       free(fake_screens->data);
+       fake_screens = evas_list_remove_list(fake_screens, fake_screens);
+     }
 }
 
 static void




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to