]> arthur.barton.de Git - ngircd.git/commit
Free topic array on channel deletion.
authorAlexander Barton <alex@barton.de>
Sun, 4 Jan 2009 14:22:32 +0000 (15:22 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 4 Jan 2009 14:22:32 +0000 (15:22 +0100)
commit18efc7469c5923a298a218ee2d17f518cff184fa
tree3b5fdec56478722b3a3353595d697c4811e2401b
parentfd9266df78e32104af3fa72eb5528b5615a2030e
Free topic array on channel deletion.

The topic array in the CHANNEL structure must be free()'d before the
channel itself becomes deleted.
src/ngircd/channel.c