On Tue, Jan 01, 2002 at 10:15:24PM -0600, ArKHaM wrote: > It says i'm a member of this list but yet I send and send and never > recieve anything (not even my own post). But, here goes again. I believe I > have a memory leak. In fact i'm quite sure of it but I have a simple > logical question first. I'm running a godwars mud with Rotains OLC (I > inherited this project *sigh*). Now then, I keep getting crashes when my > builders edit (or create) a mob or object in the string fields (ie: name, > short, long, desc). So I did some testing and it's very odd to me. I edit > a mobs name (test mob), load 2 of them, kill 1 and look and the other mob > has garbage for it's name. I get into the editor and find that it's changed > there aswell. Soon after this it crashes. Now I kept a close eye on the
Does it also crash when you create a mob, reboot the mud, load two of them? Anyway, it's somewhere in your str_dup() and free_string() functions where this is going wrong. Don't ask me what, I don't have your code. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org [EMAIL PROTECTED] | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/

