osd: add changes missing from recent 393988c274 (exit crash)
commitbbadbda21be7049e06c746e0894713c04331e767
authorUoti Urpala <uau@mplayer2.org>
Sat, 26 Jan 2013 13:17:02 +0000 (26 15:17 +0200)
committerUoti Urpala <uau@mplayer2.org>
Sat, 26 Jan 2013 13:17:02 +0000 (26 15:17 +0200)
tree8662697a1f085be312f005d8cfa10b1e80f649b1
parent77071fadd799a7cba13b18c31273ed3c217f82f5
osd: add changes missing from recent 393988c274 (exit crash)

Commit 393988c274 ("build: clean up remnants from internal FFmpeg
build") was somehow missing free()->av_free() changes in one place.
This could cause a crash when exiting the player if av_free()
differed from free() (mainly on MSWindows).
sub/sub.c