... and free the copied va_args

Original commit message from CVS:
... and free the copied va_args
This commit is contained in:
Benjamin Otte 2004-01-12 22:44:38 +00:00
parent 1723ca9b19
commit e19067d541

View file

@ -305,6 +305,7 @@ void gst_debug_log_valist (GstDebugCategory *category, GstDebugLevel level,
entry->func (category, level, file, function, line, object, &message, entry->user_data);
}
g_free (message.message);
va_end (message.arguments);
}
/**
* gst_debug_message_get: