aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
authorame <[email protected]>2025-08-12 22:02:18 -0500
committerame <[email protected]>2025-08-12 22:02:18 -0500
commit70dcbc67382084d924d353f9c741cd8c0e46cb0f (patch)
tree9863be20947286fdcc3d96e03f2126561966934f /src/net.c
parent432f7792d12dadc3adb605c018176bbc7359b503 (diff)
mem leak oops
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.c b/src/net.c
index 2766781..d68da2c 100644
--- a/src/net.c
+++ b/src/net.c
@@ -710,6 +710,7 @@ void* handle_client(void *_arg){
rolling_file_parse(L, &files_idx, &body_idx, header + 4, sT, bite - header_eof - 4, file_cont);
}
+ str_free(decoded_path);
str_free(aa);
if(v != NULL){
lua_newtable(L);