Ecore exe win32: Fix double-free errors.
authorTom Hacohen <tom@stosb.com>
Tue, 13 Oct 2015 13:31:29 +0000 (14:31 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 13 Oct 2015 13:41:57 +0000 (14:41 +0100)
commitd8eae4d4e5f4c8faa4bd2f4d8bd2bf3330e9c697
treeef49067f9f0618ede1fddfc8bd3a1d06b53b7f87
parent23f5a5092cdb8fff0efada89dfeadf1deceef3b9
Ecore exe win32: Fix double-free errors.

As reported by vtorri, sometimes ecore_exe on win32 will encounter double
free issues. This was because the variable was freed, but not set to NULL
as expected by the cleanup function.

Fixes T2675

@fix
src/lib/ecore/ecore_exe_win32.c