[xml] Re: Thread-safety of XSLT contexts with shared dictionaries
- From: Gary Coady <gary lyranthe org>
- To: xml gnome org
- Subject: [xml] Re: Thread-safety of XSLT contexts with shared dictionaries
- Date: Thu, 20 Jan 2005 22:04:09 +0000
On Thu, Jan 20, 2005 at 08:37:18PM +0000, Gary Coady wrote:
+ void
+ xmlDictCleanup(void) {
+ if (!xmlDictInitialized)
+ return;
+
+ xmlFreeRMutex(xmlDictMutex);
+ }
I forgot to add one line, this will probably want
xmlDictInitialized = 0;
at the end of the function.
Thanks,
Gary.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]