84. [bug] memory leak with view forwarders. [RT #656]

This commit is contained in:
Mark Andrews
2001-01-16 13:39:42 +00:00
parent b65fc651b8
commit 4e864e0101

View File

@@ -33,7 +33,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confparser.y.dirty,v 1.48 2001/01/09 21:52:04 bwelling Exp $ */
/* $Id: confparser.y.dirty,v 1.49 2001/01/16 13:39:42 marka Exp $ */
#include <config.h>
@@ -3739,6 +3739,7 @@ view_option: L_FORWARD zone_forward_opt
"failed to set view forwarders");
YYABORT;
}
dns_c_iplist_detach(&$3);
}
| L_ALLOW_NOTIFY L_LBRACE address_match_list L_RBRACE
{