Skip to content

Commit

Permalink
fix prev
Browse files Browse the repository at this point in the history
  • Loading branch information
freddy77 committed Dec 27, 2024
1 parent a74b3cb commit 8d64bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ tds_get_generic_query(TDSSOCKET * tds)
void
tds_free_query(void)
{
free(query);
TDS_ZERO_FREE(query);
query_buflen = 0;

free((void *) head.qn_options);
Expand Down

0 comments on commit 8d64bca

Please sign in to comment.