Modify

#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)

Change History (0)

Modify Ticket

Action
as closed The ticket will remain with no owner.
The resolution will be deleted.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.