aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/rfb/H264LibavDecoderContext.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/H264LibavDecoderContext.cxx b/common/rfb/H264LibavDecoderContext.cxx
index 2bd7d343..38210205 100644
--- a/common/rfb/H264LibavDecoderContext.cxx
+++ b/common/rfb/H264LibavDecoderContext.cxx
@@ -99,6 +99,7 @@ void H264LibavDecoderContext::freeCodec() {
avcodec_free_context(&avctx);
av_frame_free(&rgbFrame);
av_frame_free(&frame);
+ sws_freeContext(sws);
free(h264WorkBuffer);
initialized = false;
}