From: SASANO Takayoshi Subject: Re: comms/rtl-sdr fix rtl_tcp To: SASANO Takayoshi , Sebastian Reitenbach , uaa@openbsd.org, ports Date: Sat, 01 Aug 2026 14:21:22 +0900 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)