Mercurial > pidgin
changeset 13486:840607fdc801
[gaim-migrate @ 15862]
fixes CID 82
committer: Tailor Script <tailor@pidgin.im>
author | Thomas Butter <tbutter> |
---|---|
date | Fri, 10 Mar 2006 10:44:42 +0000 |
parents | 9ad3d85fffeb |
children | 1b066d6f7d72 |
files | src/protocols/zephyr/zephyr.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c Fri Mar 10 02:24:24 2006 +0000 +++ b/src/protocols/zephyr/zephyr.c Fri Mar 10 10:44:42 2006 +0000 @@ -642,7 +642,7 @@ zframe *popped; gboolean last_had_closer; - if (frames->enclosing) { + if (frames && frames->enclosing) { do { popped = frames; frames = frames->enclosing;