Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
jgli committed Nov 26, 2015
1 parent 0c7d9c4 commit a6b00cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evhtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3000,6 +3000,8 @@ evhtp_parse_query_wflags(const char * query, size_t len, int flags) {
evhtp_safe_free(val_buf, free);
#endif

evhtp_query_free(query_args);

return NULL;
} /* evhtp_parse_query */

Expand Down

0 comments on commit a6b00cc

Please sign in to comment.