Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htsp server: fix another memory leak
  • Loading branch information
perexg committed Dec 12, 2015
1 parent f995c21 commit 05b5bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/htsp_server.c
Expand Up @@ -3223,6 +3223,7 @@ htsp_serve(int fd, void **opaque, struct sockaddr_storage *source,
free(htsp.htsp_peername);
free(htsp.htsp_username);
free(htsp.htsp_clientname);
free(htsp.htsp_language);
access_destroy(htsp.htsp_granted_access);
*opaque = NULL;
}
Expand Down

0 comments on commit 05b5bed

Please sign in to comment.