Mercurial > pidgin
annotate src/.cvsignore @ 13419:3e9c865abd3f
[gaim-migrate @ 15794]
Resolve CID 22:
Event assign_zero: Variable "prpl_info" assigned value 0.
3764 GaimPluginProtocolInfo *prpl_info = NULL;
3795 if (gc != NULL)
3796 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl);
Event var_deref_op: Variable "prpl_info" tracked as NULL was dereferenced.
3798 if (prpl_info->options & OPT_PROTO_CHAT_TOPIC)
Basically, if gc == NULL, then prpl_info == NULL, so this crashes.
Let's be safe and use a g_return_if_fail(). I also added one to the write_conv stuff I changed in my last commit. We seem to do that in a lot of places, so I guess I'll p
lay it safe.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 07 Mar 2006 02:09:05 +0000 |
parents | 218d0aec518d |
children | 40c5d0508a1a |
rev | line source |
---|---|
2 | 1 Makefile.in |
2 Makefile | |
3 .deps | |
4 .libs | |
11904 | 5 dbus-bindings.c |
6 dbus-server-bindings.c | |
7 dbus-types.* | |
11405 | 8 gaim |
3644 | 9 gaim.def |
10 gaim.lib | |
3702 | 11 gaim.dll |
12586
218d0aec518d
[gaim-migrate @ 14914]
Gary Kramlich <grim@reaperworld.com>
parents:
11904
diff
changeset
|
12 gaim.service |
11904 | 13 gaim-client-bindings.* |
14 gaim-client-example | |
5616
ba870ac49bfc
[gaim-migrate @ 6023]
Christian Hammond <chipx86@chipx86.com>
parents:
3702
diff
changeset
|
15 .*.swp |
12586
218d0aec518d
[gaim-migrate @ 14914]
Gary Kramlich <grim@reaperworld.com>
parents:
11904
diff
changeset
|
16 *.la |
7412
f1652f7abe28
[gaim-migrate @ 8014]
Christian Hammond <chipx86@chipx86.com>
parents:
5616
diff
changeset
|
17 *.lo |
8715 | 18 *.o |