mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Added a forgotten user_free() in html_post_handler().
This commit is contained in:
parent
3acc70b270
commit
003da7fec7
1 changed files with 2 additions and 0 deletions
2
html.c
2
html.c
|
@ -1098,6 +1098,8 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size,
|
|||
*b_size = strlen(*body);
|
||||
}
|
||||
|
||||
user_free(&snac);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue