提交 9487ffd4 编写于 作者: J James Almer 提交者: Martin Storsjö

rtmpproto: free hmac context properly

Signed-off-by: NJames Almer <jamrial@gmail.com>
Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 65dd6a1f
......@@ -971,7 +971,7 @@ int ff_rtmp_calc_digest(const uint8_t *src, int len, int gap,
}
av_hmac_final(hmac, dst, 32);
av_free(hmac);
av_hmac_free(hmac);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册