mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
@marshmellows memory fix
This commit is contained in:
parent
d352146782
commit
817d709615
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ ippx:
|
||||||
if(uflags & C_RESULT) {
|
if(uflags & C_RESULT) {
|
||||||
for(qptr = apolys; qptr < pptr; ++qptr)
|
for(qptr = apolys; qptr < pptr; ++qptr)
|
||||||
pfree(qptr);
|
pfree(qptr);
|
||||||
return 1;
|
//return 1;
|
||||||
//exit(EXIT_SUCCESS);
|
//exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
if(!(model.flags & P_REFIN) != !(model.flags & P_REFOUT)){
|
if(!(model.flags & P_REFIN) != !(model.flags & P_REFOUT)){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue