projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c7860
)
(no commit message)
author
cristy
<urban-warrior@git.imagemagick.org>
Fri, 10 Aug 2012 12:29:43 +0000
(12:29 +0000)
committer
cristy
<urban-warrior@git.imagemagick.org>
Fri, 10 Aug 2012 12:29:43 +0000
(12:29 +0000)
MagickCore/semaphore.c
patch
|
blob
|
history
diff --git
a/MagickCore/semaphore.c
b/MagickCore/semaphore.c
index 0bd80c4014171b81099842af63e970c3598acba5..25cfcb260f9652af6b4608b22a112da78869fa40 100644
(file)
--- a/
MagickCore/semaphore.c
+++ b/
MagickCore/semaphore.c
@@
-307,7
+307,7
@@
MagickExport void DestroySemaphoreInfo(SemaphoreInfo **semaphore_info)
DeleteCriticalSection(&(*semaphore_info)->mutex);
#endif
(*semaphore_info)->signature=(~MagickSignature);
- *semaphore_info=RelinquishSemaphoreMemory(*semaphore_info);
+ *semaphore_info=
(SemaphoreInfo *)
RelinquishSemaphoreMemory(*semaphore_info);
UnlockMagickMutex();
}
\f