aboutsummaryrefslogtreecommitdiff
path: root/devel/dcmtk/files
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2015-09-28 14:31:10 +0000
committerThomas Zander <riggs@FreeBSD.org>2015-09-28 14:31:10 +0000
commitf831c4b611057be510f964c287a43d1da27927d0 (patch)
treeaa12a9522f055a81ce2d00297e01d33a87369eb5 /devel/dcmtk/files
parentd511179e3a9002d9845011c5b5fd31244364a710 (diff)
downloadports-f831c4b611057be510f964c287a43d1da27927d0.tar.gz
ports-f831c4b611057be510f964c287a43d1da27927d0.zip
Notes
Diffstat (limited to 'devel/dcmtk/files')
-rw-r--r--devel/dcmtk/files/patch-ofstd_libsrc_oflist.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/dcmtk/files/patch-ofstd_libsrc_oflist.cc b/devel/dcmtk/files/patch-ofstd_libsrc_oflist.cc
new file mode 100644
index 000000000000..c71653e793ae
--- /dev/null
+++ b/devel/dcmtk/files/patch-ofstd_libsrc_oflist.cc
@@ -0,0 +1,13 @@
+--- ofstd/libsrc/oflist.cc.orig 2015-05-30 20:13:25 UTC
++++ ofstd/libsrc/oflist.cc
+@@ -50,8 +50,8 @@ OFListBase::OFListBase()
+ OFListBase::~OFListBase()
+ {
+ base_clear();
+- if (afterLast)
+- delete afterLast;
++ delete afterLast;
++ afterLast = NULL;
+ }
+
+ OFListLinkBase * OFListBase::base_insert(OFListLinkBase * pos,