projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932ccf3
)
remove invalid free() forgotten in r12300
author
Måns Rullgård
<mans@mansr.com>
Mon, 3 Mar 2008 21:54:18 +0000
(21:54 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 3 Mar 2008 21:54:18 +0000
(21:54 +0000)
Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/imgresample.c
patch
|
blob
|
history
diff --git
a/libavcodec/imgresample.c
b/libavcodec/imgresample.c
index e2cc0c27c91a577937faecbcd8c36d452b8852af..b5c57ffd94c590dc186299327a06ac124ce18037 100644
(file)
--- a/
libavcodec/imgresample.c
+++ b/
libavcodec/imgresample.c
@@
-557,7
+557,6
@@
void sws_freeContext(struct SwsContext *ctx)
} else {
av_free(ctx->resampling_ctx);
}
- av_free(ctx->av_class);
av_free(ctx);
}