mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
examples/ges-ui: Remove useless NULL check
g_new0() will abort if allocation fails. CID 1139842
This commit is contained in:
parent
fe2efd161d
commit
da399fb196
1 changed files with 0 additions and 3 deletions
|
@ -1259,9 +1259,6 @@ app_init (void)
|
|||
|
||||
ret->selected_type = G_TYPE_NONE;
|
||||
|
||||
if (!ret)
|
||||
return NULL;
|
||||
|
||||
if (!(ret->timeline = ges_timeline_new ()))
|
||||
goto fail;
|
||||
|
||||
|
|
Loading…
Reference in a new issue