Skip to content

vp9parser: fix "flagged" resource leak

U. Artie Eoff requested to merge ullysses.a.eoff/gstreamer:vp9parser-leak into main

vp9parser: remove checks for g_new0 result

The g_new0 aborts the process if it fails. Thus, there is no need to check if the g_new0 call succeeded. This should silence a resource leak warning by static scan.

Thanks

Edited by U. Artie Eoff

Merge request reports