FreeBSD Bugzilla – Attachment 157293 Details for
Bug 200544
devel/dcmtk: Fix for oflist destructor crash on CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-ofstd_libsrc_oflist.cc (text/plain), 337 bytes, created by
mp39590
on 2015-05-30 21:23:46 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
mp39590
Created:
2015-05-30 21:23:46 UTC
Size:
337 bytes
patch
obsolete
>--- 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,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 200544
: 157293