2 * Copyright (c) 1989 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
8 __RCSID("$Heimdal: pop_quit.c 1057 1996-11-19 22:48:40Z assar $"
12 * quit: Terminate a POP session
18 /* Release the message information list */
19 if (p
->mlp
) free (p
->mlp
);