enlightenment/src/bin/e_fm
Mike Blumenkrantz ae7ca9105f Hi,
here is a patch.

 1. free() already null-checks the passed argument, so it is not
    necessary to do 'if(x) free(x)'.

 2. Moved some '{free(x); x = NULL}' to E_FREE.

 3. In e_start_main.c, 'buf' is allocated with the size of the
    two arguments + '=', so we don't need to check for lenght;
    we should use sprintf().

 thanks
Maxime Villard


SVN revision: 81364
2012-12-19 14:20:34 +00:00
..
Makefile.am E17: fix eeze mount detection and build, reported by Jochen Schröder 2011-11-18 06:56:07 +00:00
e_fm_ipc.c Hi, 2012-12-19 14:20:34 +00:00
e_fm_ipc.h efm now checks (on startup) for stale device links on desktop and tries to remove them 2012-10-29 09:52:23 +00:00
e_fm_main.c fix unused warns when no mount backends enabled 2012-07-30 10:26:05 +00:00
e_fm_main.h replace e17 logging "system" with custom eina log domain 2012-06-13 15:17:23 +00:00
e_fm_main_eeze.c efm now checks (on startup) for stale device links on desktop and tries to remove them 2012-10-29 09:52:23 +00:00
e_fm_main_eeze.h some more eeze mounting cleanups 2012-08-02 16:55:47 +00:00
e_fm_main_hal.c efm now checks (on startup) for stale device links on desktop and tries to remove them 2012-10-29 09:52:23 +00:00
e_fm_main_hal.h unbork efm logging 2012-06-28 10:31:40 +00:00
e_fm_main_udisks.c Dear all, 2012-12-03 07:54:07 +00:00
e_fm_main_udisks.h unbork efm logging 2012-06-28 10:31:40 +00:00