Skip to content

element: NULL the lists of contexts in dispose()

Matthew Waters requested to merge ystreet/gstreamer:dispose-context-null into master

If dispose() is called more than once, we may double unref the list of GstContext's.

Merge request reports