1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-09-03 01:21:16 +03:00

Resolve merge conflicts for #129

This commit is contained in:
bel
2015-05-21 20:45:49 +02:00
parent ffa9368437
commit 448563dc21
4 changed files with 171 additions and 144 deletions

View File

@@ -738,7 +738,7 @@ static void start_civetweb(int argc, char *argv[]) {
}
}
void stop_civetweb(void) {
static void stop_civetweb(void) {
mg_stop(g_ctx);
free(g_user_data.first_message);
g_user_data.first_message = NULL;