aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-08 19:42:29 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-08 19:42:29 +0000
commit5433da1fca92a5ec1c1525b43f39d00138175e44 (patch)
treeb094274c6f38438f7753de0935a85df95699f523 /include
parent111946da947d980bff969057cbe469fd04044b86 (diff)
Merged revisions 222873 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r222873 | dvossel | 2009-10-08 14:35:30 -0500 (Thu, 08 Oct 2009) | 6 lines fixes an ast_netsock_list memory leak. ABE-1998 Review: https://reviewboard.asterisk.org/r/395/ ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@222875 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/netsock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/netsock.h b/include/asterisk/netsock.h
index 00a14b484..494efcf39 100644
--- a/include/asterisk/netsock.h
+++ b/include/asterisk/netsock.h
@@ -45,8 +45,6 @@ struct ast_netsock *ast_netsock_bind(struct ast_netsock_list *list, struct io_co
struct ast_netsock *ast_netsock_bindaddr(struct ast_netsock_list *list, struct io_context *ioc,
struct sockaddr_in *bindaddr, int tos, int cos, ast_io_cb callback, void *data);
-int ast_netsock_free(struct ast_netsock_list *list, struct ast_netsock *netsock);
-
int ast_netsock_release(struct ast_netsock_list *list);
struct ast_netsock *ast_netsock_find(struct ast_netsock_list *list,