[FIX] Fix double-free issue in user profile

This commit is contained in:
lda 2024-03-21 20:14:58 +01:00
parent f815f653b0
commit e9d25d5c73

View file

@ -185,8 +185,6 @@ ROUTE_IMPL(RouteUserProfile, path, argp)
finish:
ConfigUnlock(&config);
/* Username is handled by the router, freeing it would cause issues. */
Free(entry);
UserIdFree(userId);
UserUnlock(user);
JsonFree(request);