mirror of
https://github.com/deepinsight/insightface.git
synced 2026-04-30 18:40:16 +00:00
Update
This commit is contained in:
11
cpp-package/inspireface/cpp/sample/api/leak.c
Normal file
11
cpp-package/inspireface/cpp/sample/api/leak.c
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Created by Jingyu Yan
|
||||
* @date 2024-10-01
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
|
||||
int main() {
|
||||
char *n = malloc(1024);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user