mirror of
https://github.com/deepinsight/insightface.git
synced 2026-02-16 10:12:33 +00:00
Update inspireface to 1.2.0
This commit is contained in:
10
cpp-package/inspireface/cpp/sample/api/leak.cpp
Normal file
10
cpp-package/inspireface/cpp/sample/api/leak.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Created by Jingyu Yan
|
||||
* @date 2024-10-01
|
||||
*/
|
||||
|
||||
int main() {
|
||||
char *n = new char[1024];
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user