mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 23:52:27 +08:00
chg, function available in v3.6 Travis has v3.5...
This commit is contained in:
parent
646a4cc4a6
commit
176f0dfe75
1 changed files with 1 additions and 4 deletions
|
@ -316,10 +316,7 @@ static int CmdScriptRun(const char *Cmd) {
|
|||
//PyImport_ImportModule("requests");
|
||||
PyRun_SimpleFileExFlags(f, preferredName, 1, NULL);
|
||||
|
||||
if (Py_FinalizeEx() < 0) {
|
||||
free(script_path);
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
Py_Finalize();
|
||||
|
||||
PyMem_RawFree(program);
|
||||
free(script_path);
|
||||
|
|
Loading…
Reference in a new issue