leak stuff
authorArt Cancro <ajc@citadel.org>
Wed, 6 Jan 1999 23:49:06 +0000 (23:49 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 6 Jan 1999 23:49:06 +0000 (23:49 +0000)
citadel/room_ops.c

index 7c9ee502c5c95096c60c1437c22e663271ebc94f..242c8bccd607df939bdab00f918a904426fa918d 100644 (file)
@@ -377,7 +377,7 @@ long AddMessageToRoom(struct quickroom *whichroom, long newmsgid) {
                msglist, num_msgs * sizeof(long));
 
        /* And finally, free up the memory we used. */
-       free(msglist);
+       phree(msglist);
        return(highest_msg);
        }