commit | fdfcf7b9ee01db4f16bea836e5f1b397376afbb6 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Fri Nov 23 18:40:25 2012 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Fri Mar 08 22:55:24 2013 +0100 |
tree | 9b3db4c1284951b08a638c73bac9083576ef812d | |
parent | 1c7b3d9830b8e524a25e9bf43461cbdaad4f1e1a [diff] [blame] |
Add destroy_global_config. Call it on shutdown This is for symmetry with init_global_config.
diff --git a/libltrace.c b/libltrace.c index b69a0c9..54eacb2 100644 --- a/libltrace.c +++ b/libltrace.c
@@ -91,6 +91,7 @@ { if (options.summary) { show_summary(); + destroy_global_config(); } if (options.output) { fclose(options.output);