jrfoell / campfire-libpurple

A Campfire protocol plugin for libpurple (Pidgin)
48 stars 16 forks source link

Fix a crash while managing the users list #12

Closed msteinert closed 12 years ago

msteinert commented 12 years ago

Calling purple_conv_chat_remove_user() modifies the users list, over which we are currently iterating.

Proposed fix for #11