src/away.c

changeset 9674
fff36654774b
parent 9606
f5a6e772fc9f
child 9699
d1ca5dd91cc2
equal deleted inserted replaced
9673:4cc427f552ab 9674:fff36654774b
195 } 195 }
196 196
197 awaymessage = NULL; 197 awaymessage = NULL;
198 awayqueue = NULL; 198 awayqueue = NULL;
199 awayqueuesw = NULL; 199 awayqueuesw = NULL;
200 g_object_unref(G_OBJECT(awayqueuestore)); 200 if (awayqueuestore != NULL)
201 g_object_unref(G_OBJECT(awayqueuestore));
201 awayqueuestore = NULL; 202 awayqueuestore = NULL;
202 serv_set_away_all(NULL); 203 serv_set_away_all(NULL);
203 } 204 }
204 205
205 206

mercurial