]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
- Fix - exchange char* portBuf = malloc(6) to char* port_buf[6] - no need for malloc...
authorBenny Morgan <benny@zuragon.com>
Sun, 30 Jun 2013 19:50:58 +0000 (21:50 +0200)
committerBenny Morgan <benny@zuragon.com>
Sun, 30 Jun 2013 19:50:58 +0000 (21:50 +0200)
commit6fc536e01423bc132c6b97c94286375cb97044c3
tree229219f3101179c871f75938c1d5b75416b69c2d
parent61491f394a92bfe20b18b61d2a130bf3a670efdc
- Fix - exchange char* portBuf = malloc(6) to char* port_buf[6] - no need for malloc here
src/tcp.c