X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2Fyaz-z-server.cpp;h=a2812f9161e49bcd3aea28412bbdf0a7d088f2ec;hp=09d251eda6f77446b08d616b940e1e270967edc4;hb=67260891a47e8b76c5a38b7f418e5daea31fbab7;hpb=45fccbade36f204550457dbb27b48d691f16d5aa diff --git a/src/yaz-z-server.cpp b/src/yaz-z-server.cpp index 09d251e..a2812f9 100644 --- a/src/yaz-z-server.cpp +++ b/src/yaz-z-server.cpp @@ -3,7 +3,10 @@ * See the file LICENSE for details. * * $Log: yaz-z-server.cpp,v $ - * Revision 1.8 2001-03-27 14:47:45 adam + * Revision 1.9 2001-03-29 15:14:26 adam + * Minor updates. + * + * Revision 1.8 2001/03/27 14:47:45 adam * New server facility scheme. * * Revision 1.7 2001/03/26 14:43:49 adam @@ -53,7 +56,6 @@ void Yaz_Z_Server::facility_reset () Yaz_Z_Server_Facility_Info *p_next = p->m_next; delete [] p->m_name; - delete [] p->m_facility; delete p; p = p_next; }