Files
insightface/cpp-package/inspireface/cpp/sample/api/leak.c

11 lines
131 B
C
Raw Normal View History

2025-03-25 00:51:26 +08:00
/**
* Created by Jingyu Yan
* @date 2024-10-01
*/
2025-05-22 16:07:26 +08:00
#include <stdlib.h>
int main() {
2025-05-22 16:07:26 +08:00
char *n = malloc(1024);
return 0;
}