Hi Inaky, On 07/07/2010 06:24 PM, Inaky Perez-Gonzalez wrote: > On Wed, 2010-07-07 at 16:04 -0700, Denis Kenzior wrote: >> Hi Inaky, >> >> >> >> .... > >>> if (sms->txq) { >>> - g_queue_foreach(sms->txq, (GFunc)g_free, NULL); >>> + g_queue_foreach(sms->txq, tx_queue_entry_destroy_free, NULL); >>> g_queue_free(sms->txq); >>> sms->txq = NULL; >>> } >> >> Can we simply unify the two functions and simply call it >> tx_queue_entry_free? For symmetry renaming create_tx_queue_entry to >> tx_queue_entry_new would be nice. > > Makes sense -- thought it cannot be done, but I realized > sms_msg_cancel() needs a _destroy_free(), not just a _destroy(), so that > settles that last one. Will do the _create() rename too. > > Good, can you resubmit this one separately soonish? I'm touching this area of the code because of Andrew's changes for STK Send SMS command handling. Regards, -Denis