mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Add queue logging and fix indications buglet
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2159 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -318,11 +318,11 @@ static inline void free_zone(struct tone_zone* zone)
|
||||
struct tone_zone_sound *tmp = zone->tones->next;
|
||||
free((void*)zone->tones->name);
|
||||
free((void*)zone->tones->data);
|
||||
if (zone->ringcadance)
|
||||
free((void*)zone->ringcadance);
|
||||
free(zone->tones);
|
||||
zone->tones = tmp;
|
||||
}
|
||||
if (zone->ringcadance)
|
||||
free((void*)zone->ringcadance);
|
||||
free(zone);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user