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

10 lines
113 B
C++
Raw Normal View History

2025-03-25 00:51:26 +08:00
/**
* Created by Jingyu Yan
* @date 2024-10-01
*/
int main() {
char *n = new char[1024];
return 0;
}