x11grab: fix compilation

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-03-18 01:09:40 +01:00
parent 79a19f6e58
commit 50d67d951c
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ x11grab_read_header(AVFormatContext *s1)
st->codec->bit_rate = x11grab->frame_size * 1/av_q2d(x11grab->time_base) * 8;
out:
av_free(param);
av_free(dpyname);
return ret;
}