![mycroft](/assets/img/avatar_default.png)
reasons: 1) There is already a destructor that does this. The atexit() is superfluous. 2) If libstdc++ is loaded dynamically by dlopen() and then is removed by dlclose(), the pointer is no longer valid and the program would core dump at exit() time. (This caused xmms to core dump at exit when xmms-sid was installed, for example.)
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%