mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
scripting, remove free
This commit is contained in:
parent
8a49cb84a2
commit
0234ca5654
3 changed files with 33 additions and 37 deletions
|
@ -466,9 +466,6 @@ static int l_reveng_models(lua_State *L){
|
|||
|
||||
int ans = GetModels(models, &count, width);
|
||||
if (!ans) {
|
||||
for (int i =0; i<102; i++) {
|
||||
free(models[i]);
|
||||
}
|
||||
return returnToLuaWithError(L, "Didn't find any models");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue