list_consume question
Martin Quevedo <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, In the list_produce() function reallocs the memory size to make room for the new incoming sms. However in the list_consume() function, the delete_item_from_list() does not realloc the memory size after the message has been read. Could someone tell me where the size of the list is shrinked again? Thanks Martin