1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 06:14:13 +01:00
Files
wmaker/src
Christophe CURIS af403073f0 Fixed memory leak due to non-freed property list structure
The history is actually loaded from a file into a property list that
is then converted to an array. The intermediate property list was
not freed, which led to memory leak.

It looks like it was a tentative of optimisation to avoid duplicating
an already allocated string and re-use the pointer instead, but this
means it is not possible to free the original container as it would
free the string too.

There is a better way to do this, but it requires an API change on the
WUtil library so it is left for a future improvment.
2013-05-08 15:05:00 +01:00
..
2013-04-17 10:13:25 +01:00
2012-06-26 16:56:20 +01:00
2013-04-17 10:13:25 +01:00
2012-05-04 18:41:01 -03:00
2013-04-17 10:13:25 +01:00
2010-09-11 17:32:57 +02:00
2013-05-02 20:41:07 +01:00
2012-02-19 10:05:31 +00:00
2013-04-17 10:13:25 +01:00
2013-04-12 02:14:10 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2010-09-11 17:32:57 +02:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-12 02:14:41 +01:00
2013-04-12 02:14:10 +01:00
2012-06-24 12:32:36 +01:00
2013-04-03 19:33:34 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2012-06-24 12:32:36 +01:00
2010-03-27 10:31:13 +01:00
2012-05-04 18:41:01 -03:00
2013-04-03 19:33:34 +01:00
2012-04-04 19:44:40 +01:00
2012-04-04 19:44:40 +01:00
2013-03-26 23:19:39 +00:00
2013-03-26 23:19:39 +00:00
2012-06-24 12:30:17 +01:00
2013-04-12 02:14:41 +01:00
2013-04-12 02:14:41 +01:00
2013-04-17 10:13:25 +01:00
2012-06-26 10:49:05 +01:00
2013-01-12 14:37:31 +00:00
2013-01-12 14:37:31 +00:00
2012-11-19 00:12:46 +01:00
2013-04-12 02:14:41 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-12 02:14:41 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-09 08:30:54 +01:00
2013-04-17 10:13:25 +01:00
2013-04-17 10:13:25 +01:00
2013-04-09 08:30:54 +01:00
2013-04-17 10:13:25 +01:00
2012-04-04 19:44:40 +01:00
2012-04-04 19:44:40 +01:00
2013-04-03 19:33:34 +01:00
2012-10-30 15:26:52 +00:00
2013-01-07 21:19:40 +00:00
1998-09-29 22:36:29 +00:00