Index | Thread | Search

From:
SASANO Takayoshi <uaa@mx5.nisiq.net>
Subject:
Re: comms/rtl-sdr fix rtl_tcp
To:
SASANO Takayoshi <uaa@mx5.nisiq.net>, Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>, uaa@openbsd.org, ports <ports@openbsd.org>
Date:
Sat, 01 Aug 2026 14:21:22 +0900

Download raw body.

Thread
Hi,

previous diff lacks free() after malloc().
reader_worker() code will be

----
out:
	free(rxbuf);		// <- add this
	pthread_exit(0);
}
----

when commit.
-- 
SASANO Takayoshi (JG1UAA) <uaa@mx5.nisiq.net>