mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 04:16:38 +02:00
f962ba1c6c
If hashmap creation fails (eg. not enough memory), it jumps to the label "end", where it checks the pointer tags, that hadn't been initialized before. The simple fix is to initialize it before creating the hashmap.