]> arthur.barton.de Git - ngircd.git/commit
Free topic array on channel deletion. branch-0-12-x
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:57:33 +0000 (15:57 +0100)
commitb00a08ef405746ecbdb8b44ba825d1c5a254dfb0
tree1288bd95322022ef4e1b70397e95e3fe890ff50a
parentaede22901c64833d98da4972c83f5320f532cf34
Free topic array on channel deletion.

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

(backport of commit 18efc7469c of master branch)
src/ngircd/channel.c