Explorar el Código

Example for C: stop the server when the application exits

bel hace 10 años
padre
commit
fa73c09d92
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      examples/embedded_c/embedded_c.c

+ 1 - 0
examples/embedded_c/embedded_c.c

@@ -106,6 +106,7 @@ int main(int argc, char *argv[])
 #endif
     }
 
+    mg_stop(ctx);
     printf("Bye!\n");
 
     return 0;