Skip to content

Commit

Permalink
Boxc_id was destroyed twice. Fixed now.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.kannel.org/opensmppbox/trunk@47 0b225a68-5fa7-45c5-9c9e-d7f6881f360f
  • Loading branch information
rkluwen committed Aug 22, 2010
1 parent d3a2762 commit 1e85cbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gw/smppbox.c
Expand Up @@ -1646,8 +1646,6 @@ static void boxc_destroy(Boxc *boxc)
octstr_destroy(boxc->client_ip);
dict_destroy(boxc->msg_acks);
dict_destroy(boxc->deliver_acks);
if (boxc->boxc_id)
octstr_destroy(boxc->boxc_id);
gw_free(boxc);
}

Expand Down

0 comments on commit 1e85cbc

Please sign in to comment.