ecore_sqp_add_entry() may free the spq entry structure. Then,
ecore_spq_post() may dereference the entry to check
p_ent->comp_mode == ECORE_SPQ_MODE_EBLOCK.
Fix the problem by changing ecore_sqp_add_entry() to return the new
entry pointer.
PR: 255868
MFC after: 1 week