提交 648361c2 编写于 作者: S Sergey Lavrushkin 提交者: Pedro Arthur

libavfilter/dnn_interface.c: fix av_freep dnn_module.

Signed-off-by: NPedro Arthur <bygrandao@gmail.com>
上级 d29c35b4
......@@ -51,7 +51,7 @@ DNNModule* ff_get_dnn_module(DNNBackendType backend_type)
dnn_module->execute_model = &ff_dnn_execute_model_tf;
dnn_module->free_model = &ff_dnn_free_model_tf;
#else
av_freep(dnn_module);
av_freep(&dnn_module);
return NULL;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册