EFM: fix slave process from segfaulting.

SVN revision: 36759
This commit is contained in:
ptomaine 2008-10-17 15:30:32 +00:00 committed by ptomaine
parent 5de9ce0e1a
commit 32d4a6fcb5
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,7 @@ main(int argc, char **argv)
E_Fm_Op_Type type;
ecore_init();
eina_stringshare_init();
_e_fm_op_stdin_buffer = malloc(READBUFSIZE);
@ -237,6 +238,7 @@ main(int argc, char **argv)
ecore_main_loop_begin();
quit:
eina_stringshare_shutdown();
ecore_shutdown();
free(_e_fm_op_stdin_buffer);