It appears that the "read_obj" calls within the create_new_board
function never releases the object again. So, the objects are created,
but never placed anywhere, and just take up memory. Just add the line
extract_obj(obj);
at/around line 112, after the line
BOARD_MESSAGES(temp_board)=NULL;
Should clear everything up just dandy.
PjD
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST