X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftdm_capture.c;h=1fd5bb48f30bba0e1d7b325d2415d19399be752e;hb=refs%2Fheads%2Ftizen_5.0;hp=c3da6b724872dd389dc4c715514eea260d932289;hpb=6e66b7b2b91efe128de1af5766a5025590f70c13;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/src/tdm_capture.c b/src/tdm_capture.c index c3da6b7..1fd5bb4 100644 --- a/src/tdm_capture.c +++ b/src/tdm_capture.c @@ -9,7 +9,7 @@ * Taeheon Kim , * YoungJun Cho , * SooChan Lim , - * Boram Park + * Boram Park * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the @@ -663,12 +663,6 @@ tdm_capture_commit(tdm_capture *capture) if (ret != TDM_ERROR_NONE) { /* LCOV_EXCL_START */ - /* Not to call the user release handler when failed. - * Do we have to call this function here really? - * User better use set_done_handler to know when pp is done. Using - * buffer_release_handler is not good. - */ - tdm_buffer_remove_release_handler_internal(b->buffer); _pthread_mutex_unlock(&private_display->lock); tdm_buffer_unref_backend(b->buffer);