It is detected by PASSED_TO_PROC_AFTER_FREE.EX checker.
Change-Id: I23d34ffc615cc887a0e269f3723dab9c10c06b12
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit
d04c90748c93d89c0fb5ab01687a2de4308d58c4)
RET_IF(esplusplayer_destroy((esplusplayer_handle)hdata->espp) != ESPLUSPLAYER_ERROR_TYPE_NONE, "failed to esplusplayer_destroy()");
- LOG_INFO("fd[%d], ESPP[%p]: esplusplayer_destroy() success", hdata->fd, hdata->espp);
+ LOG_INFO("fd[%d]: esplusplayer_destroy() success", hdata->fd);
ASSERT(g_hash_table_steal(hdata->svc->fd_table, hdata->key));