forked from lda/telodendria
[FIX] Actually free up things
This commit is contained in:
parent
1e097ff895
commit
39fcee12dd
1 changed files with 1 additions and 0 deletions
|
@ -167,5 +167,6 @@ ROUTE_IMPL(RouteRequestToken, path, argp)
|
||||||
|
|
||||||
finish:
|
finish:
|
||||||
JsonFree(request);
|
JsonFree(request);
|
||||||
|
RequestTokenFree(&reqTok);
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue