Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coverity: fix resource leak (uri not free()'ed) in network.c
the buffer 'uri' was malloced, and only free'd on the error case. free it in the normal case. Signed-off-by: Robin Getz <[email protected]>
- Loading branch information