Summary: | ASTERISK-24796: Codecs and bucket schema's prevent module unload | ||
Reporter: | Corey Farrell (coreyfarrell) | Labels: | |
Date Opened: | 2015-02-16 12:07:33.000-0600 | Date Closed: | 2015-02-20 20:56:10.000-0600 |
Priority: | Minor | Regression? | |
Status: | Closed/Complete | Components: | Core/CodecInterface Core/General |
Versions: | SVN 11.16.0 13.2.0 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | These procedures should use {{ast_module_shutdown_ref}} instead of {{ast_module_ref}}. This will allow calling modules to be unloaded at shutdown.
This will resolve 3 leaked AO2 objects in all tests under 13 and trunk. | ||
Comments: | By: Corey Farrell (coreyfarrell) 2015-02-16 12:33:26.763-0600 Additional fix to be included for 11 to make ast_module_shutdown_ref NULL safe. |