mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Fix memory leak of sig_xxx private structures.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@217332 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -310,7 +310,8 @@ struct analog_pvt {
|
||||
int ringt_base;
|
||||
};
|
||||
|
||||
struct analog_pvt * analog_new(enum analog_sigtype signallingtype, struct analog_callback *c, void *private_data);
|
||||
struct analog_pvt *analog_new(enum analog_sigtype signallingtype, struct analog_callback *c, void *private_data);
|
||||
void analog_delete(struct analog_pvt *doomed);
|
||||
|
||||
void analog_free(struct analog_pvt *p);
|
||||
|
||||
|
Reference in New Issue
Block a user