Free border lists after use..

SVN revision: 14764
This commit is contained in:
sebastid 2005-05-13 21:09:41 +00:00 committed by sebastid
parent fcca08cde1
commit 138ecfaca9
2 changed files with 4 additions and 0 deletions

View File

@ -1196,6 +1196,7 @@ e_border_idler_before(void)
bd->changes.visible = 0; bd->changes.visible = 0;
} }
} }
e_container_border_list_free(bl);
} }
} }
@ -1222,6 +1223,7 @@ e_border_idler_before(void)
} }
if (bd->changed) _e_border_eval(bd); if (bd->changed) _e_border_eval(bd);
} }
e_container_border_list_free(bl);
} }
} }
} }

View File

@ -6,6 +6,8 @@
#include <math.h> #include <math.h>
/* TODO List: /* TODO List:
*
* * Listen to change of main e_app!
* *
* * Create separate config for each bar * * Create separate config for each bar
* * Fix menu * * Fix menu