Files
znc/User.cpp
psychon f9d12fb872 Fix a memory leak in CUser::Clone()
Clone() didn't free the list of servers, but instead just leaked it.

This introduces CUser::DelServers() for simplicity.

The reordering in the destructor is to fix some theoretical bugs (I bet
someone will hate me for this).


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@993 726aef4b-f618-498e-8847-2d620e286838
2008-03-24 22:24:15 +00:00

28 KiB