[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. a537cd8d3bcc88e37c0bd51c2383bc6ac6
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: malat <ma...@us...> - 2023-10-30 14:05:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via a537cd8d3bcc88e37c0bd51c2383bc6ac6b1b773 (commit)
from f72c48059a88b1b61b5e715962c38bb37f8989f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/a537cd8d3bcc88e37c0bd51c2383bc6ac6b1b773/
commit a537cd8d3bcc88e37c0bd51c2383bc6ac6b1b773
Author: Vitalii Omelchenko <vit...@ma...>
Date: Tue Oct 3 17:03:09 2023 +0300
mem leak was fixed
diff --git a/Source/DataStructureAndEncodingDefinition/gdcmPreamble.h b/Source/DataStructureAndEncodingDefinition/gdcmPreamble.h
index b4a8fcd2e..16453da44 100644
--- a/Source/DataStructureAndEncodingDefinition/gdcmPreamble.h
+++ b/Source/DataStructureAndEncodingDefinition/gdcmPreamble.h
@@ -63,7 +63,6 @@ public:
}
Preamble& operator=(Preamble const &)
{
- Internal = nullptr;
Create();
return *this;
}
-----------------------------------------------------------------------
Summary of changes:
Source/DataStructureAndEncodingDefinition/gdcmPreamble.h | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|