Skip to content
Snippets Groups Projects
  • Joshua Colp's avatar
    8ae69cff
    app_queue: Fix crash when unloading module. · 8ae69cff
    Joshua Colp authored
    When unloading the app_queue module the members in each queue are
    destroyed and as part of this they are removed from the pending
    members container. Unfortunately a crash would occur as the container
    was destroyed before the members were removed.
    
    This change tweaks ordering so the container destruction occurs
    after the members are destroyed.
    
    ASTERISK-16115
    
    Change-Id: I48c728668c55aee3d05b751a5d450fb57e87f44b
    8ae69cff
    History
    app_queue: Fix crash when unloading module.
    Joshua Colp authored
    When unloading the app_queue module the members in each queue are
    destroyed and as part of this they are removed from the pending
    members container. Unfortunately a crash would occur as the container
    was destroyed before the members were removed.
    
    This change tweaks ordering so the container destruction occurs
    after the members are destroyed.
    
    ASTERISK-16115
    
    Change-Id: I48c728668c55aee3d05b751a5d450fb57e87f44b