emotion: it has already been assumed that 'send' was not NULL before.

This commit is contained in:
Cedric Bail 2014-01-05 12:06:59 +09:00
parent 89a11c2d77
commit e362924c0e
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ emotion_video_sink_main_render(void *data)
eina_lock_release(&priv->m);
if (buffer) gst_buffer_unref(buffer);
if (send) emotion_gstreamer_buffer_free(send);
emotion_gstreamer_buffer_free(send);
_emotion_pending_ecore_end();
}