Unifiy all GAtChat error labels

This commit is contained in:
Marcel Holtmann 2009-12-24 07:06:23 -08:00
parent 2b2a410deb
commit 2876e1aa64
1 changed files with 2 additions and 2 deletions

View File

@ -555,7 +555,7 @@ static void have_pdu(GAtChat *p, char *pdu)
gboolean listing_pdu = FALSE;
if (!pdu)
goto err;
goto error;
result.lines = g_slist_prepend(NULL, p->pdu_notify);
result.final_or_pdu = pdu;
@ -580,7 +580,7 @@ static void have_pdu(GAtChat *p, char *pdu)
g_slist_free(result.lines);
err:
error:
g_free(p->pdu_notify);
p->pdu_notify = NULL;