Issue information

Issue ID
#7222
Status
Fixed
Severity
None
Started
Fatalis
May 6, 2013 5:41
Last Post
Fatalis
May 10, 2013 4:44
Confirmation
N/A

Fatalis - May 6, 2013 5:41

i dunno if this is a bug. i just start my server normal no error's on map-server then i try to use @reloadatcommand then i got many error on my groups.conf and other. after that i close my server and there's a mapleaks

at
[code=auto:0]atcommand.c line 9801 size 72 address 0x0xb769f0b4[/code]
[code=auto:9796] for( i = 0; i < ARRAYLENGTH(atcommand_base); i++ ) { if(atcommand->exists(atcommand_base[i].command)) { // Should not happen if atcommand_base[] array is OK ShowDebug("atcommand_basecommands: duplicate ACMD_DEF for '%s'.\n", atcommand_base[i].command); continue; } CREATE(cmd, AtCommandInfo, 1); safestrncpy(cmd->command, atcommand_base[i].command, sizeof(cmd->command)); cmd->func = atcommand_base[i].func; cmd->help = NULL;/* start as null dear */ strdb_put(atcommand->db, cmd->command, cmd); } [/code]

This post has been edited by Fatalis on May 6, 2013 5:49

Fatalis - May 7, 2013 3:52

i didn't do any modification sir how to fix this. i can't reloadatcommand. everytime i reloadatcommand my commands will gone. that's why i need to restart my server everytime im chaning commands

bump

This post has been edited by Fatalis on May 7, 2013 10:35

Fatalis - May 8, 2013 12:24

bump. i already download updated SVN but still the same. can anyone confirm this. try to use @reloadatcommand

Ind - May 9, 2013 16:36

Thank you~! [url="https://github.com/HerculesWS/Hercules/commit/f6316ec0dbe6357831698d9bbb8f5fc0cf428344"]https://github.com/HerculesWS/Hercules/commit/f6316ec0dbe6357831698d9bbb8f5fc0cf428344[/url]

Fatalis - May 10, 2013 4:44

thanks!