From adcd4d4ab40aeb57bc28b3c2e4b08d6981ba7a6c Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Mon, 27 Aug 2007 17:28:14 +0000
Subject: [PATCH] Merged revisions 81074 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r81074 | russell | 2007-08-27 12:27:48 -0500 (Mon, 27 Aug 2007) | 3 lines

Add a \todo to note that this module leaks most of the memory it allocates on
unload and should be fixed (when I'm not in the middle of something else ...).

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@81076 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 pbx/pbx_dundi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 013047afb4..f012a260d0 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -20,6 +20,7 @@
  *
  * \brief Distributed Universal Number Discovery (DUNDi)
  *
+ * \todo XXX This module leaks most of the memory it allocates on unload.
  */
 
 /*** MODULEINFO
-- 
GitLab