[FIX] Actually free up things

This commit is contained in:
lda 2023-11-02 12:47:32 +01:00
parent 1e097ff895
commit 39fcee12dd
Signed by: lda
GPG Key ID: 6898757653ABE3E6
1 changed files with 1 additions and 0 deletions

View File

@ -167,5 +167,6 @@ ROUTE_IMPL(RouteRequestToken, path, argp)
finish:
JsonFree(request);
RequestTokenFree(&reqTok);
return response;
}