mirror of https://github.com/mirror/busybox.git
This patch from Magnus Damm fixed a long standing problem
with freeing memory.1_00_stable_10817
parent
09da627a23
commit
5ad22c933c
|
@ -475,7 +475,7 @@ static inline int tftp(const int cmd, const struct hostent *host,
|
|||
#ifdef CONFIG_FEATURE_CLEAN_UP
|
||||
close(socketfd);
|
||||
|
||||
RELEASE_CONFIG_BUFFER(buf);
|
||||
free(buf);
|
||||
#endif
|
||||
|
||||
return finished ? EXIT_SUCCESS : EXIT_FAILURE;
|
||||
|
|
Loading…
Reference in New Issue