Skip to content
Snippets Groups Projects
Commit 3fc5540b authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Don't free tcp_options...

parent 17b9d620
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,6 @@ struct packet *new_tcp_packet(int address_family,
/* Copy TCP options into packet */
memcpy(tcp_option_start, tcp_options->data,
tcp_options->length);
free(tcp_options);
}
if (ignore_ts_val) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment