We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d57a6a commit 95b7a14Copy full SHA for 95b7a14
1 file changed
Plugin/src/SofaPython3/PythonEnvironment.cpp
@@ -92,7 +92,7 @@ class PythonEnvironmentData
92
void reset()
93
{
94
for(auto s : m_argv){
95
- PyMem_Free(s);
+ PyMem_RawFree(s);
96
}
97
m_argv.clear();
98
addedPath.clear();
0 commit comments