summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auth_mellon_handler.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth_mellon_handler.c b/auth_mellon_handler.c
index 16c4def..383137f 100644
--- a/auth_mellon_handler.c
+++ b/auth_mellon_handler.c
@@ -2408,6 +2408,7 @@ int am_check_uid(request_rec *r)
/* If the user isn't logged in, then we can't authorize the user. */
if(!session->logged_in) {
+ am_release_request_session(r, session);
return HTTP_UNAUTHORIZED;
}