diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/proto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.c b/src/proto.c index be7fbdcf..e34e4ec0 100644 --- a/src/proto.c +++ b/src/proto.c @@ -1090,6 +1090,7 @@ guestfs___recv_discard (guestfs_h *g, const char *fn) again: r = guestfs___recv_from_daemon (g, &size, &buf); + free (buf); if (r == -1) return -1; |