Drop the CALLS_FREE_PTR_PROPERTY() macro
Replace it by g_free() as it does the same thing.
This commit is contained in:
@@ -506,7 +506,7 @@ finalize (GObject *object)
|
||||
{
|
||||
g_string_free (self->tone_queue, TRUE);
|
||||
}
|
||||
CALLS_FREE_PTR_PROPERTY (self->name);
|
||||
g_free (self->name);
|
||||
|
||||
parent_class->finalize (object);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user