Files
insightface/cpp-package/inspireface/cpp/sample/cpp/leak.cpp
2024-05-02 01:27:29 +08:00

9 lines
105 B
C++

//
// Created by Tunm-Air13 on 2024/4/28.
//
int main() {
char *n = new char[1024];
return 0;
}