git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b71b88f
)
Add debug output to hivex_close.
author
Matthew Booth
<mbooth@redhat.com>
Fri, 13 Aug 2010 16:44:28 +0000
(17:44 +0100)
committer
Richard Jones
<rjones@redhat.com>
Fri, 13 Aug 2010 16:44:28 +0000
(17:44 +0100)
lib/hivex.c
patch
|
blob
|
history
diff --git
a/lib/hivex.c
b/lib/hivex.c
index
13d7556
..
8a774de
100644
(file)
--- a/
lib/hivex.c
+++ b/
lib/hivex.c
@@
-543,6
+543,9
@@
hivex_close (hive_h *h)
free (h->filename);
free (h);
+ if (h->msglvl >= 1)
+ fprintf (stderr, "hivex_close\n");
+
return r;
}