Summary: | FastMalloc doesn't release thread-specific data on Windows | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> | ||||
Component: | Web Template Framework | Assignee: | Alexey Proskuryakov <ap> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | Windows XP | ||||||
Attachments: |
|
Description
Alexey Proskuryakov
2008-04-14 06:09:51 PDT
Created attachment 20529 [details]
proposed fix
Comment on attachment 20529 [details]
proposed fix
+#include <process.h>
#include "MainThread.h"
#include <windows.h>
#include <wtf/HashMap.h>
#include <wtf/MathExtras.h>
I think process.h should be moved below MainThread.h
+unsigned __stdcall wtfThreadEntryPoint(void* param)
I think this should be declared static.
r=me
Committed revision 31864 with suggested changes. |