diff seobeo/s_web.c @ 187:a69485d9f2e1 hg-web

Fixed a small bug.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 22:41:04 -0800
parents 8cf4ec5e2191
children
line wrap: on
line diff
--- a/seobeo/s_web.c	Fri Jan 23 22:38:59 2026 -0800
+++ b/seobeo/s_web.c	Fri Jan 23 22:41:04 2026 -0800
@@ -205,7 +205,7 @@
   if (stream_handler != NULL)
   {
     stream_handler(p_cli_handle, p_req_map, p_response_arena);
-    goto clean_up;
+    goto clean_up_arenas;
   }
 
   // --- Try to match API route ---