diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/openac/openac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openac/openac.c b/src/openac/openac.c index f63676bbc..407ce3608 100755 --- a/src/openac/openac.c +++ b/src/openac/openac.c @@ -521,6 +521,5 @@ end: closelog(); dbg = dbg_default; options->destroy(options); - library_deinit(); exit(status); } |