This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/dnn_backend_native: fix invalid free
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
tags/n4.1
Zhao Zhili
Pedro Arthur
7 years ago
parent
0d7a75e848
commit
5dad514379
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/dnn_backend_native.c
+ 1
- 1
libavfilter/dnn_backend_native.c
View File
@@ -343,7 +343,7 @@ void ff_dnn_free_model_native(DNNModel **model)
}
av_freep(&network->layers[layer].params);
}
av_freep(network);
av_freep(
&
network);
av_freep(model);
}
}
Write
Preview
Loading…
Cancel
Save