Hopefully fixed up HamExecuteB for the last time.
Fixed a small memory leak because I wasn't deleting post forwards at map change. Hopefully fixed an erroneous display of 'stray' keys.
This commit is contained in:
@@ -255,6 +255,10 @@ void process_key(char *data)
|
||||
size++;
|
||||
}
|
||||
|
||||
if (size==0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
int set=0;
|
||||
for (int i=0; i< HAM_LAST_ENTRY_DONT_USE_ME_LOL; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user