| Summary: | ASTERISK-02247: [patch] Small memory leak on unregister of applications | ||
| Reporter: | Tilghman Lesher (tilghman) | Labels: | |
| Date Opened: | 2004-08-20 15:21:40 | Date Closed: | 2008-01-15 15:05:25.000-0600 |
| Priority: | Minor | Regression? | No |
| Status: | Closed/Complete | Components: | Core/General |
| Versions: | Frequency of Occurrence | ||
| Related Issues: | |||
| Environment: | Attachments: | ( 0) 20040820__app_memleak.diff.txt | |
| Description: | While coding something else, I found that the structure used to hold the application registration information is not properly deallocated on an unregister. ****** ADDITIONAL INFORMATION ****** Note that this is a core leak, not an app leak, as the code altered is in pbx.c. | ||
| Comments: | By: Mark Spencer (markster) 2004-08-21 14:47:47 Fixed in CVS By: Digium Subversion (svnbot) 2008-01-15 15:05:25.000-0600 Repository: asterisk Revision: 3629 U trunk/pbx.c ------------------------------------------------------------------------ r3629 | markster | 2008-01-15 15:05:25 -0600 (Tue, 15 Jan 2008) | 2 lines Fix small memory leak... (bug ASTERISK-2247) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=3629 | ||