]> git.0d.be Git - empathy.git/commit
Don't try to free NULL pixbufs.
authorWill Thompson <will.thompson@collabora.co.uk>
Tue, 4 Aug 2009 21:29:56 +0000 (22:29 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Tue, 4 Aug 2009 21:35:54 +0000 (22:35 +0100)
commitfaef8889c4331af839cbec91691fe97ade60f9f7
tree6469d6745819702996b3fca426f117e7e4145ac2
parent485ccb5ac65dc8beccd511c9575c3f58ae52d047
Don't try to free NULL pixbufs.

It's all very well to ensure that we don't pass a NULL pixbuf to
libnotify, but we shouldn't then try to g_object_unref () the pointer
without checking it's not NULL.
src/empathy-chat-window.c
src/empathy-status-icon.c