Re: [PATCH] libfshelp: improve error handling in fshelp_start_translator_long

2013-11-28 Thread Samuel Thibault
Justus Winter, le Thu 28 Nov 2013 13:11:44 +0100, a écrit : > Properly deallocate all ports and terminate the started translator if > an error occurs. > > * libfshelp/start-translator-long.c (fshelp_start_translator_long): > Improve error handling. Ack. > --- > libfshelp/start-translator-long

[PATCH] libfshelp: improve error handling in fshelp_start_translator_long

2013-11-28 Thread Justus Winter
Properly deallocate all ports and terminate the started translator if an error occurs. * libfshelp/start-translator-long.c (fshelp_start_translator_long): Improve error handling. --- libfshelp/start-translator-long.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --gi