Index: channels/chan_gtalk.c =================================================================== --- channels/chan_gtalk.c (revision 87889) +++ channels/chan_gtalk.c (working copy) @@ -1215,9 +1215,6 @@ if(!from) from = c->jid->full; - newcandidate = ast_calloc(1, sizeof(*newcandidate)); - if (!newcandidate) - return 0; for (tmp = client->p; tmp; tmp = tmp->next) { if (iks_find_with_attrib(pak->x, "session", "id", tmp->sid)) { p = tmp;