mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
gst: this is an internal function where we already ensure !NULL when calling
This commit is contained in:
parent
b9cb52a2c2
commit
646d436799
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ parse_debug_list (const gchar * list)
|
|||
gchar **split;
|
||||
gchar **walk;
|
||||
|
||||
g_return_if_fail (list != NULL);
|
||||
g_assert (list);
|
||||
|
||||
split = g_strsplit (list, ",", 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue