mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
forgot to free the allocated memory
This commit is contained in:
parent
e7e3e86ea4
commit
6b9963b12a
1 changed files with 2 additions and 0 deletions
|
@ -391,6 +391,8 @@ void loadT55xxConfig(void) {
|
||||||
if (isok == T55XX_CONFIG_LEN) {
|
if (isok == T55XX_CONFIG_LEN) {
|
||||||
if (g_dbglevel > 1) DbpString("T55XX Config load success");
|
if (g_dbglevel > 1) DbpString("T55XX Config load success");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BigBuf_free();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue