mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-14 17:46:03 +00:00
discord.c: Fix removeRequest->discriminator not being freed in DRPC_RemoveRequest
This commit is contained in:
parent
af363e575a
commit
5c0bebbeba
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ void DRPC_RemoveRequest(discordRequest_t *removeRequest)
|
|||
}
|
||||
|
||||
Z_Free(removeRequest->username);
|
||||
Z_Free(removeRequest->discriminator);
|
||||
Z_Free(removeRequest->userID);
|
||||
Z_Free(removeRequest);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue