GNOME Bugzilla – Bug 687176
mpg123: finalizer function is unnecessary
Last modified: 2012-10-30 10:20:39 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 on attachment 227615 [details] [review] mpg123: removed unnecessary finalize function Pushed with minor changes (remove unused object_class variable too to avoid compiler warnings).