[xml] Clarification regarding Same Null checks in xmlInitThreads(Threads.c)
From: Ashwin <ashwins huawei com>
To: xml gnome org
Cc: ashutosh_p huawei com, ranjit huawei com, veillard redhat com
Subject: [xml] Clarification regarding Same Null checks in xmlInitThreads(Threads.c)
Date: Fri, 19 Oct 2007 11:12:49 +0530
Hi,
In the
function xmlInitThreads present in the threads .c file the null check for
pthread_key_create is present twice on line numbers 810 and 818(version 28). Is
this an oversight?