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

9 lines
105 B
C++
Raw Normal View History

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