mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
codegen: Explicitly close output
This is just cleaner rather than relying on the GC, and maybe if we're lucky it will actually solve a problem. https://bugzilla.gnome.org/show_bug.cgi?id=684909
This commit is contained in:
@@ -194,6 +194,8 @@ def codegen_main():
|
||||
docbook_gen,
|
||||
h, c);
|
||||
ret = gen.generate()
|
||||
h.close()
|
||||
c.close()
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
|
Reference in New Issue
Block a user