Remove 'return' from void functions

https://bugzilla.gnome.org/show_bug.cgi?id=774293
This commit is contained in:
Scott D Phillips 2016-11-11 10:54:52 -08:00 committed by Sebastian Dröge
parent 0345fb8aef
commit c7ee3b5d5f

View file

@ -717,7 +717,7 @@ gst_d3dsurface_buffer_pool_release_buffer (GstBufferPool * bpool,
return;
}
return GST_BUFFER_POOL_CLASS
GST_BUFFER_POOL_CLASS
(gst_d3dsurface_buffer_pool_parent_class)->release_buffer (bpool, buffer);
}