Skip to content

Commit

Permalink
fix memory leak
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Dec 16, 2020
1 parent ee4dbb3 commit 4c75690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/uhttpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ static void uh_server_free(struct uh_server *srv)
dlclose(p->dlh);
p = p->next;
free(temp);
break;
}
#endif

Expand Down

0 comments on commit 4c75690

Please sign in to comment.