Page MenuHome GnuPG

525_patch-src_estream.c
AbandonedPublic

Authored by heidnes on Oct 30 2014, 10:24 AM.

Details

Reviewers
None
Summary

$NetBSD: patch-src_estream.c,v 1.1 2014/10/29 12:28:50 he Exp $

Don't use atexit(), since this library mey be dlopen()ed
and dlclose()d before exit() is called.

Instead mark the do_deinit() function as a destructor.

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped