Files
i3/src
Tony Crisci a16dfdb15e Bugfix: ipc_receive_message reply leak
The function ipc_recv_message in libi3 allocates memory to the location
of the `message` reply in src/ipc_receive_message.c with malloc and must
be freed.

This memory leak was found using valgrind.
2014-03-08 20:58:56 +01:00
..
2013-11-22 17:09:28 +01:00
2014-03-08 20:58:56 +01:00
2014-01-23 22:20:14 +01:00