Commit 1e7296c2 authored by mru's avatar mru

remove invalid free() forgotten in r12300


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12303 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9fa0567e
......@@ -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