Index: Orthanc-0.4.0/OrthancServer/DicomProtocol/DicomServer.cpp
===================================================================
--- Orthanc-0.4.0.orig/OrthancServer/DicomProtocol/DicomServer.cpp	2012-12-14 15:36:05.000000000 +0100
+++ Orthanc-0.4.0/OrthancServer/DicomProtocol/DicomServer.cpp	2012-12-17 10:13:45.728404365 +0100
@@ -76,16 +76,6 @@
     /* Disable "gethostbyaddr" (which results in memory leaks) and use raw IP addresses */
     dcmDisableGethostbyaddr.set(OFTrue);
 
-#if ORTHANC_STANDALONE == 1
-    LOG(WARNING) << "Loading the embedded dictionaries";
-    dcmDataDict.clear();
-    DcmDataDictionary& d = dcmDataDict.wrlock();
-    LoadEmbeddedDictionary(d, EmbeddedResources::DICTIONARY_DICOM);
-    LoadEmbeddedDictionary(d, EmbeddedResources::DICTIONARY_PRIVATE);
-    LoadEmbeddedDictionary(d, EmbeddedResources::DICTIONARY_DICONDE);
-    dcmDataDict.unlock();
-#endif
-
     /* make sure data dictionary is loaded */
     if (!dcmDataDict.isDictionaryLoaded())
     {
