Fixed memory leak in _handle_realmann_command() when returning without calling message_destroy() on variable 'message'
This commit is contained in:
parent
a9f8ad46cb
commit
fb48daa92a
1 changed files with 3 additions and 0 deletions
|
@ -2734,6 +2734,9 @@ namespace pvpgn
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
message_destroy(message);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue