mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 13:26:36 +00:00
... and free the copied va_args
Original commit message from CVS: ... and free the copied va_args
This commit is contained in:
parent
1723ca9b19
commit
e19067d541
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue