diff options
author | jgeboski <jgeboski@gmail.com> | 2015-01-16 16:50:25 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-01-16 16:50:25 -0300 |
commit | 664bac38fcdf6889d3ceb29b73a0c3a4e27820ce (patch) | |
tree | 837226825970f2d8a98e1afe4e3f15fd6ec42c90 /nick.c | |
parent | ecbd22a87ca7bc2675e9368445d193c6c81bf3c1 (diff) |
irc-im: fixed invalid memory reading on chat leave
When a chat is left, prpl->chat_leave() is invoked, which is suppose
to free the groupchat. Since the data is now freed, or suppose to have
been freed, attempting to modify the data will result in bad things.
This simply removes an assignment operation, which was unneeded due to
the memory already being freed.
Diffstat (limited to 'nick.c')
0 files changed, 0 insertions, 0 deletions