diff options
author | spz <spz@pkgsrc.org> | 2008-01-07 15:33:02 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2008-01-07 15:33:02 +0000 |
commit | 6f360fd09149b079107c6e761c7e5a8d8b734aa3 (patch) | |
tree | 3d387d907c5570c8a73c294f9d51a96a7b46a442 /net/irrtoolset-nox11/patches | |
parent | 5ab01fe2a15516039c24b6a3d96efd1aa19a751e (diff) | |
download | pkgsrc-6f360fd09149b079107c6e761c7e5a8d8b734aa3.tar.gz |
fix bug in AutNumSelector::AutNumSelector reported by
Matthew Moyle-Croft <mmc@mmc.com.au>
Diffstat (limited to 'net/irrtoolset-nox11/patches')
-rw-r--r-- | net/irrtoolset-nox11/patches/patch-al | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/irrtoolset-nox11/patches/patch-al b/net/irrtoolset-nox11/patches/patch-al new file mode 100644 index 00000000000..42d2b1ff8e5 --- /dev/null +++ b/net/irrtoolset-nox11/patches/patch-al @@ -0,0 +1,16 @@ +$NetBSD: patch-al,v 1.3 2008/01/07 15:33:02 spz Exp $ + +--- src/irr/autnum.hh.orig 2007-02-09 20:46:31.000000000 +0100 ++++ src/irr/autnum.hh +@@ -395,9 +395,11 @@ public: + afi_list->merge(*tmp_afi_list); + delete list; + delete tmp_afi_list; ++ tmp_afi_list = new ItemList; + } + } + } ++ delete tmp_afi_list; + } + + FilterAction *first() { |