mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
avfilter/dnn_backend_openvino: Fix free context at random place
It will be freed again by ff_dnn_uninit. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com> Reviewed-by: Wenbin Chen <wenbin.chen@intel.com> Reviewed-by: Guo Yejun <yejun.guo@intel.com>
This commit is contained in:
parent
093f5da534
commit
ac52cee72e
@ -959,7 +959,6 @@ err:
|
||||
if (input_model_info)
|
||||
ov_preprocess_input_model_info_free(input_model_info);
|
||||
#endif
|
||||
dnn_free_model_ov(&ov_model->model);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user