Skip to content

Commit

Permalink
Fix memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Dec 11, 2013
1 parent 2d8898e commit 8c21142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dird/ua_server.c
Expand Up @@ -185,6 +185,8 @@ static void *handle_UA_client_request(void *arg)
close_db(ua);
free_ua_context(ua);
free_jcr(jcr);
user->close();
delete user;

return NULL;
}
Expand Down

0 comments on commit 8c21142

Please sign in to comment.