فهرست منبع

Example for C: stop the server when the application exits

bel 10 سال پیش
والد
کامیت
fa73c09d92
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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;