]> git.sesse.net Git - movit/commitdiff
Initialize pixel_data in FlatInput to NULL.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Jan 2013 22:54:43 +0000 (23:54 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Jan 2013 22:54:43 +0000 (23:54 +0100)
Doesn't matter in practice, but will cause cleaner crashes if people
forget to do set_pixel_data().

Found by Coverity Scan.


No differences found