After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687176 - mpg123: finalizer function is unnecessary
mpg123: finalizer function is unnecessary
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal minor
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-30 08:35 UTC by Carlos Rafael Giani
Modified: 2012-10-30 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpg123: removed unnecessary finalize function (1.81 KB, patch)
2012-10-30 08:35 UTC, Carlos Rafael Giani
committed Details | Review

Description Carlos Rafael Giani 2012-10-30 08:35:29 UTC
Created attachment 227615 [details] [review]
mpg123: removed unnecessary finalize function

The finalizer function can be removed, since it does not really do anything (the stop function does all the work already).
Comment 1 Tim-Philipp Müller 2012-10-30 10:20:39 UTC
Comment on attachment 227615 [details] [review]
mpg123: removed unnecessary finalize function

Pushed with minor changes (remove unused object_class variable too to avoid compiler warnings).