Re: [libav-devel] [PATCH] rtmpproto: free hmac context properly

2015-07-29 Thread Martin Storsjö
On Thu, 30 Jul 2015, James Almer wrote: Signed-off-by: James Almer --- libavformat/rtmpproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 1db7495..ec4b0e7 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpp

[libav-devel] [PATCH] rtmpproto: free hmac context properly

2015-07-29 Thread James Almer
Signed-off-by: James Almer --- libavformat/rtmpproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index 1db7495..ec4b0e7 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -971,7 +971,7 @@ int ff_rtmp_ca