[cpl-plugin-vimos] 42/45: Explicitely delete internal cpl.Recipe._recipe after use VIMOS does not allow to have two recipes initialized in parallel: it will crash when the second is removed, due to static variables in libpil/pil/pilmessage.c

Ole Streicher olebole-guest at alioth.debian.org
Thu Nov 7 08:20:58 UTC 2013


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

olebole-guest pushed a commit to branch debian
in repository cpl-plugin-vimos.

commit 209609cb3a050b8ea3249365f8c747026ff997e2
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Nov 6 10:57:53 2013 +0100

    Explicitely delete internal cpl.Recipe._recipe after use
    VIMOS does not allow to have two recipes initialized in parallel: it will
    crash when the second is removed, due to static variables in
    libpil/pil/pilmessage.c
---
 debian/create_manpage.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/create_manpage.py b/debian/create_manpage.py
index d8f5f55..aeacc20 100644
--- a/debian/create_manpage.py
+++ b/debian/create_manpage.py
@@ -111,3 +111,4 @@ for name, version in recipes:
                                                 section=section)), "w")
     f.write(manpage(recipe).replace('-', '\\-'))
     f.close()
+    del recipe._recipe

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-vimos.git



More information about the debian-science-commits mailing list