mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
crack5opencl: Fix MEMORY_FREE_ALL macro, fix segfault
This commit is contained in:
parent
e6e9be84fb
commit
4e29dfa2b5
1 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@ License: GNU General Public License v3 or any later version (see LICENSE.txt)
|
|||
free (freeList[t]); \
|
||||
freeList[t] = NULL; \
|
||||
}\
|
||||
if (freeList != NULL) { \
|
||||
free (freeList); \
|
||||
freeList = NULL; \
|
||||
} \
|
||||
} \
|
||||
if (freeList != NULL) { \
|
||||
free (freeList); \
|
||||
freeList = NULL; \
|
||||
} \
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue