diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1098,6 +1098,8 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, | |||
| 1098 | *b_size = strlen(*body); | 1098 | *b_size = strlen(*body); |
| 1099 | } | 1099 | } |
| 1100 | 1100 | ||
| 1101 | user_free(&snac); | ||
| 1102 | |||
| 1101 | return status; | 1103 | return status; |
| 1102 | } | 1104 | } |
| 1103 | 1105 | ||