head 1.3; access; symbols; locks; strict; comment @ * @; 1.3 date 92.12.15.00.20.22; author jromine; state Exp; branches; next 1.2; 1.2 date 92.12.14.17.47.34; author jromine; state Exp; branches; next 1.1; 1.1 date 92.12.14.17.44.38; author jromine; state Exp; branches; next ; desc @@ 1.3 log @endif sugar @ text @/* m_fmsg.c - free a folder */ #ifndef lint static char ident[] = "@@(#)$Id: m_fmsg.c,v 1.2 1992/12/14 17:47:34 jromine Exp jromine $"; #endif /* lint */ #include "../h/mh.h" #include void m_fmsg (mp) register struct msgs *mp; { register int i; if (mp == NULL) return; if (mp -> foldpath) free (mp -> foldpath); #ifdef MTR free ((char *) mp -> msgbase); #endif /* MTR */ for (i = 0; mp -> msgattrs[i]; i++) free (mp -> msgattrs[i]); free ((char *) mp); } @ 1.2 log @add id @ text @d3 1 a3 1 static char ident[] = "@@(#)$Id: pidwait.c,v 1.9 1992/12/14 17:10:58 jromine Exp $"; d22 1 a22 1 #endif MTR @ 1.1 log @Initial revision @ text @d2 3 @