<?xml  version="1.0" ?><html>
<head>
<title></title>
</head>
<body>
<div align="left"><font face="Arial"><span style="font-size:10pt">Hi all,</span></font></div>
<div align="left"><br/>
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">   I was just looking into your code, and I see that the mdate function in mtime.c is 
initializing a CriticalSection object but never delete it. Of course, it is easier to do it 
this way (initialized once because it's static) but there is no way to delete the critical 
section.</span></font></div>
<div align="left"><br/>
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">That CS could be embedded in a global object, because it is unique in the whole 
process, initialized in the global init code, and free in the global free code. </span></font></div>
<div align="left"><br/>
</div>
<div align="left"><font face="Arial"><span style="font-size:10pt">Sincerly,</span></font></div>
<div align="left"><font face="Arial"><span style="font-size:10pt">Cyril</span></font></div>
</body>
</html>