Re: comms/rtl-sdr fix rtl_tcp
SASANO Takayoshi <[email protected]> Sat, 01 Aug 2026 14:21:22 +0900
| Newsgroups | gmane.os.openbsd.ports |
|---|---|
| Message-ID | <[email protected]> |
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) <[email protected]>