diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-16 10:00:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-16 10:00:28 +0100 |
commit | c1bc23b052e47dd2b2994f971384fdc7cacd327b (patch) | |
tree | 944d3242d030e7e4ff6bb7be84b7f325804710ed /doc/en | |
parent | 47e1caa91ff5492aea359a37c671b904290f6020 (diff) | |
download | weechat-c1bc23b052e47dd2b2994f971384fdc7cacd327b.zip |
irc: fix memory leak in purge of hashtables with joins (it was done only for the first server in the list)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 8ce90af62..ba73ebae1 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -185,6 +185,7 @@ 'cmd_list_regexp' (pointer) + 'last_user_message' (time) + 'last_away_check' (time) + + 'last_data_purge' (time) + 'outqueue' (pointer) + 'last_outqueue' (pointer) + 'redirects' (pointer, hdata: "irc_redirect") + |