E Exe: Since we no longer ref clients in the phony cb, don't free them after reffing them in instance_client_add.

This commit is contained in:
Stephen 'Okra' Houston 2017-09-26 22:01:15 -05:00
parent a85a602a39
commit 2082bb51d3
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ e_exec_instance_client_add(E_Exec_Instance *inst, E_Client *ec)
e_object_ref(E_OBJECT(ec));
ec->exe_inst = inst;
inst->ref++;
ecore_event_add(E_EVENT_EXEC_NEW_CLIENT, inst, _e_exec_cb_exec_new_client_free, ec);
}
E_API void