comparison OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 1129:8dabdc0d3007

fix possible deadlock
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 08 Sep 2014 15:47:53 +0200
parents 009dce4ea2f6
children 80671157d051
comparison
equal deleted inserted replaced
1128:514492f61ead 1129:8dabdc0d3007
260 { 260 {
261 // This child instance has been removed in between 261 // This child instance has been removed in between
262 continue; 262 continue;
263 } 263 }
264 264
265
265 ParsedDicomFile& original = locker->GetDicom(); 266 ParsedDicomFile& original = locker->GetDicom();
266 DicomInstanceHasher originalHasher = original.GetHasher(); 267 DicomInstanceHasher originalHasher = original.GetHasher();
267 268
268 269
269 /** 270 /**