Login
User Name:

Password:



Register

Forgot your password?
 Smaug muds with a Player Base
Jan 15, 2025 3:23 am
By EthanFinn
 Array out of bounds ?
Jan 14, 2025 10:00 pm
By Samson
 AFKMud 2.5.0
Jan 14, 2025 3:27 pm
By Samson
time_update
Jan 12, 2025 9:53 pm
By Remcon
pwd memory leak
Jan 11, 2025 6:31 pm
By Samson
AFKMud 2.5.0
Author: AFKMud Team
Submitted by: Samson
SWFotEFUSS 1.5.2
Author: Various
Submitted by: Samson
SWRFUSS 1.4.2
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.6
Author: Various
Submitted by: Samson
AFKMud 2.2.5
Author: AFKMud Team
Submitted by: Samson
Users Online
Anthropic, Bytespider, Meta

Members: 0
Guests: 6
Stats
Files
Topics
Posts
Members
Newest Member
500
3,824
19,774
591
EthanFinn

» SmaugMuds » Codebases » SWFOTE FUSS » delete this?>
Forum Rules | Mark all | Recent Posts

delete this?>
< Newer Topic :: Older Topic > Something not working right

Pages:<< prev 1 next >>
Post is unread #1 May 30, 2024 7:38 pm   
Go to the top of the page
Go to the bottom of the page

Elwood
Fledgling
GroupMembers
Posts12
JoinedMar 29, 2024

 
in save.c...

in
bool load_char_obj


There is

ch->pcdata->shipname = str_dup( "" );


This should be

ch->pcdata->shipname = STRALLOC( "" );


should it not? Since muds complaining bout STRFREE being used on it, but using DISPOSE on it, it has STRALLOC called for it elsewhere...

Pages:<< prev 1 next >>