Modify ↓
Opened at 2007-02-10T16:20:25Z
Last modified at 2008-04-01T03:11:23Z
#245 closed defect (fixed)
100% CPU bug in irc_free()
Reported by: | wilmer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | BitlBee | Version: | devel |
Keywords: | Cc: | ||
IRC client+version: | Client-independent | Operating System: | Public server |
OS version/distro: |
Description
This little piece of code in irc_free() is baaaad:
257 while (irc->accounts) 258 account_del(irc, irc->accounts);
A BitlBee process on testing is stuck now because irc->accounts->gc != NULL... Account cleanup is a bit messy in BitlBee at a couple of places.
Attachments (0)
Note: See
TracTickets for help on using
tickets.