Parcourir la source

Example for C: stop the server when the application exits

bel il y a 11 ans
Parent
commit
fa73c09d92
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;