Commit 0e9fbd35 authored by Måns Rullgård's avatar Måns Rullgård

remove invalid free() forgotten in r12300

Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 932ccf39
......@@ -557,7 +557,6 @@ void sws_freeContext(struct SwsContext *ctx)
} else {
av_free(ctx->resampling_ctx);
}
av_free(ctx->av_class);
av_free(ctx);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment