src/protocols/novell/nmconference.c

changeset 13440
860b896186a0
parent 8933
0f1e8160581d
equal deleted inserted replaced
13439:1ef0c638a216 13440:860b896186a0
70 void 70 void
71 nm_release_conference(NMConference * conference) 71 nm_release_conference(NMConference * conference)
72 { 72 {
73 GSList *node; 73 GSList *node;
74 74
75 g_return_if_fail(conference != NULL);
76
75 gaim_debug(GAIM_DEBUG_INFO, "novell", 77 gaim_debug(GAIM_DEBUG_INFO, "novell",
76 "In release conference %p, refs=%d\n", 78 "In release conference %p, refs=%d\n",
77 conference, conference->ref_count); 79 conference, conference->ref_count);
78 if (conference != NULL && (--conference->ref_count == 0)) { 80 if (--conference->ref_count == 0) {
79 81
80 gaim_debug(GAIM_DEBUG_INFO, "novell", 82 gaim_debug(GAIM_DEBUG_INFO, "novell",
81 "Releasing conference %p, total=%d\n", 83 "Releasing conference %p, total=%d\n",
82 conference, --conf_count); 84 conference, --conf_count);
83 85

mercurial