mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
eglglessink: Fix double free()
This commit is contained in:
parent
b5b98fc874
commit
985a185ffc
1 changed files with 0 additions and 2 deletions
|
@ -1095,8 +1095,6 @@ gst_eglglessink_stop (GstBaseSink * sink)
|
|||
eglglessink->current_caps = NULL;
|
||||
}
|
||||
|
||||
g_free (eglglessink->eglglesctx);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue