Fix crash in ass_set_style_overrides
commit2aff07ec62f1f2ef8462bb2954907ecca71288fa
authorGrigori Goronzy <greg@blackbox>
Thu, 28 Jul 2011 21:58:12 +0000 (28 23:58 +0200)
committerGrigori Goronzy <greg@blackbox>
Thu, 28 Jul 2011 21:58:12 +0000 (28 23:58 +0200)
tree2050200de4eb12993921de9ee82d79e4af36125b
parent27cc03363cfbddb9877cd547327d56405653add7
Fix crash in ass_set_style_overrides

Set pointer to the style overrides to NULL to make sure a freed buffer
will not be accessed anymore later. Reported by uau.
libass/ass_library.c