Skip to content

Commit

Permalink
Update DNSProxyProvider.m
Browse files Browse the repository at this point in the history
free memory (maybe related to #8)
  • Loading branch information
objective-see committed Apr 11, 2024
1 parent 0b20d2e commit b2368e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Extension/DNSProxyProvider.m
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,9 @@ -(void)printPacket:(dns_reply_t*)packet flow:(NEAppProxyFlow*)flow

//close
fclose(fp);

//free
free(bytes);
}

return;
Expand Down

0 comments on commit b2368e9

Please sign in to comment.