Mercurial > pidgin.yaz
view doc/core-signals.dox @ 13650:562ad7cc2d29
[gaim-migrate @ 16051]
Fix Coverity CIDs 53 and 54: A possible memleak. I don't think
this ever actually happens--it would require that the server
send the same piece of information twice in a given packet.
But this is better coding.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 18 Apr 2006 00:03:57 +0000 |
parents | 1ec93dd2f359 |
children | 1414e0e01dc5 |
line wrap: on
line source
/** @page core-signals Core Signals @signals @signal quitting @endsignals <hr> @signaldef quitting @signalproto void (*quitting)(); @endsignalproto @signaldesc Emitted when gaim is quitting. @endsignaldef */ // vim: syntax=c tw=75 et