[Serdev] [BUG] Created: (SER-67) Memory leak in watcher handling
Andreas Granig (JIRA)
serdev at lists.iptel.org
Thu Sep 8 21:18:22 UTC 2005
Memory leak in watcher handling
-------------------------------
Key: SER-67
URL: http://bugs.sip-router.org/browse/SER-67
Project: SIP Express Router
Type: Bug
Components: usrloc
Versions: HEAD, 0.9.4
Reporter: Andreas Granig
Assigned to: Jan Janak
Priority: Critical
Issue exists in both HEAD and rel_0_9_0, line numbers correspond to HEAD:
In add_watcher(...) (usrloc/notify.c:56) shared memory is allocated for a notify callback structure, but if watcher unregisters it does not get free'd in remove_watcher(...) (usrloc/notify.c:76) and also not if urecord is cleaned up in free_urecord(...) (usrloc/urecord.c:81).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://bugs.sip-router.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
More information about the Serdev
mailing list