Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
Free border lists after use..

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -3 -r1.200 -r1.201
--- e_border.c  13 May 2005 20:06:10 -0000      1.200
+++ e_border.c  13 May 2005 21:09:40 -0000      1.201
@@ -1196,6 +1196,7 @@
                       bd->changes.visible = 0;
                    }
               }
+            e_container_border_list_free(bl);
          }
      }
 
@@ -1222,6 +1223,7 @@
                    }
                  if (bd->changed) _e_border_eval(bd);
               }
+            e_container_border_list_free(bl);
          }
      }
 }




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to