git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f9a670
)
fish: Fix memory leak in handling of encrypted volumes by -i option.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 19 Nov 2010 15:31:22 +0000
(15:31 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 19 Nov 2010 15:32:02 +0000
(15:32 +0000)
This fixes a memory leak introduced by
commit
a232e62dcf508517a32b9a8d7e4529e827be721b
.
fish/inspect.c
patch
|
blob
|
history
diff --git
a/fish/inspect.c
b/fish/inspect.c
index
cc3916b
..
2817112
100644
(file)
--- a/
fish/inspect.c
+++ b/
fish/inspect.c
@@
-204,6
+204,7
@@
do_decrypt (void)
need_rescan = 1;
}
+ free (type);
}
free_strings (partitions);