Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,
2007-03-09 Matthias Clasen <mclasen@redhat.com> * Everywhere: Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, Djihed Afifi) * configure.in: Check for ftw.h svn path=/trunk/; revision=17444
This commit is contained in:

committed by
Matthias Clasen

parent
a1e4554462
commit
82ce59cd0f
@ -273,8 +273,7 @@ gtk_progress_finalize (GObject *object)
|
||||
if (progress->offscreen_pixmap)
|
||||
g_object_unref (progress->offscreen_pixmap);
|
||||
|
||||
if (progress->format)
|
||||
g_free (progress->format);
|
||||
g_free (progress->format);
|
||||
|
||||
G_OBJECT_CLASS (gtk_progress_parent_class)->finalize (object);
|
||||
}
|
||||
|
Reference in New Issue
Block a user