From 41d513f443becff2378370ffae4163f2551a883c Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Thu, 27 Sep 2007 00:02:18 +0000 Subject: [PATCH] Merged revisions 83976 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r83976 | russell | 2007-09-26 19:01:29 -0500 (Wed, 26 Sep 2007) | 1 line remove a todo item that has been completed ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83977 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_dundi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index 711551c2bd..d33e7c757b 100644 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -19,8 +19,6 @@ /*! \file * * \brief Distributed Universal Number Discovery (DUNDi) - * - * \todo XXX This module leaks most of the memory it allocates on unload. */ /*** MODULEINFO -- GitLab