changeset 5056:191e86305f19

DelayedDeletion plugin: Fix leaking of symbols
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 14 Jul 2022 18:53:24 +0200
parents 942eb3849d8d
children e6f26be401fa
files NEWS OrthancServer/Plugins/Samples/DelayedDeletion/CMakeLists.txt
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Mon Jul 11 12:17:15 2022 +0200
+++ b/NEWS	Thu Jul 14 18:53:24 2022 +0200
@@ -6,6 +6,11 @@
 
 * Added support for RGBA64 images in tools/create-dicom and /preview
 
+Maintenance
+-----------
+
+* DelayedDeletion plugin: Fix leaking of symbols
+
 
 Version 1.11.1 (2022-06-30)
 ===========================
@@ -30,7 +35,6 @@
 * Fix the storage cache that was not used by the Plugin SDK.  This fixes the 
   DicomWeb plugin "/rendered" route performance issues.
 
-
 Maintenance
 -----------
 
@@ -39,7 +43,6 @@
   DicomControlUserConnection::SetupPresentationContexts()
 * Improved HttpClient error logging (add method + url)
 
-
 REST API
 --------
 
@@ -53,7 +56,6 @@
 
 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"
 
-
 OrthancFramework (C++)
 ----------------------
 
--- a/OrthancServer/Plugins/Samples/DelayedDeletion/CMakeLists.txt	Mon Jul 11 12:17:15 2022 +0200
+++ b/OrthancServer/Plugins/Samples/DelayedDeletion/CMakeLists.txt	Thu Jul 14 18:53:24 2022 +0200
@@ -35,6 +35,8 @@
 
 include(${CMAKE_CURRENT_SOURCE_DIR}/../../../../OrthancFramework/Resources/CMake/OrthancFrameworkConfiguration.cmake)
 
+include(${CMAKE_CURRENT_LIST_DIR}/../Common/OrthancPluginsExports.cmake)
+
 if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
   execute_process(
     COMMAND