matroska: remove useless check
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 22 Jun 2015 04:05:29 +0000 (13:05 +0900)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 22 Jun 2015 11:26:23 +0000 (12:26 +0100)
commit9a1ed36b7a73120309ea4cacfeba48dc939a0616
tree08d9767a086bc6709a07e27bf129411dacb630d1
parente97df1e0974659695e5d859fd18bd54d81362b84
matroska: remove useless check

No need to check for context availability while freeing. We are inside
inside a code block with a condition that dereferences context.
if (context->type == 0 ...

https://bugzilla.gnome.org/show_bug.cgi?id=751306
gst/matroska/matroska-demux.c
gst/matroska/matroska-parse.c