glviewconvert: fix a use-after-free with allocation params
authorMatthew Waters <matthew@centricular.com>
Tue, 4 Feb 2020 03:00:48 +0000 (14:00 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 5 Feb 2020 04:32:14 +0000 (15:32 +1100)
commitaf1986352b16aa9bc2f1b07c60860d78958aca23
treefd3e1708430c937481b1522850bb14a841600e34
parentcbffe13d6017f68de6617516ce286e12ecbb801d
glviewconvert: fix a use-after-free with allocation params

_free(params) followed by a params->align is a bad idea :)
gst-libs/gst/gl/gstglviewconvert.c