[Pkg-libvirt-commits] [libguestfs] 152/266: v2v: Fix check-valgrind on --print-source option.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 1d0ef02b3665822ae89ddd2bd39a79c728075cf3
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Aug 21 17:06:53 2014 +0100

    v2v: Fix check-valgrind on --print-source option.
    
    This updates commit 3a6dc32342cd6a545d66e9b773bab8450f533fa5.
---
 v2v/v2v.ml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/v2v/v2v.ml b/v2v/v2v.ml
index 66bdb72..86737b8 100644
--- a/v2v/v2v.ml
+++ b/v2v/v2v.ml
@@ -47,6 +47,8 @@ let rec main () =
     printf (f_"Source guest information (--print-source option):\n");
     printf "\n";
     printf "%s\n" (string_of_source source);
+    if debug_gc then
+      Gc.compact ();
     exit 0
   );
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list