Re: [E-devel] [e] A CHANGE FROM RASTER

2012-12-15 Thread Michael Blumenkrantz
On Sat, 15 Dec 2012 16:44:28 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sat, 15 Dec 2012 08:15:54 +0100 Maxime Villard said: > > > Last commit in e_fm_op.c from raster: > > wtf? thats like double-free land.. why strdupa at all? nuts! remove > > strdupa's and make code consistent with

Re: [E-devel] [e] A CHANGE FROM RASTER

2012-12-14 Thread The Rasterman
On Sat, 15 Dec 2012 08:15:54 +0100 Maxime Villard said: > Last commit in e_fm_op.c from raster: > wtf? thats like double-free land.. why strdupa at all? nuts! remove > strdupa's and make code consistent with neighbouring code. > > WTF? WTF we need to free lnk_path because _E_FM_OP_ERROR_SEND_W

[E-devel] [e] A CHANGE FROM RASTER

2012-12-14 Thread Maxime Villard
Last commit in e_fm_op.c from raster: wtf? thats like double-free land.. why strdupa at all? nuts! remove strdupa's and make code consistent with neighbouring code. WTF? WTF we need to free lnk_path because _E_FM_OP_ERROR_SEND_WORK() exits the function. The code with strdupa was good. -