Fixed some memory leaks.

This commit is contained in:
Ianos Gnatiuc
2006-11-25 07:26:20 +00:00
parent 9ff0025e52
commit ffcc586cd5
6 changed files with 105 additions and 14 deletions

View File

@@ -31,7 +31,7 @@
#if defined(__WIN32__)
#include <windows.h>
#if defined(_MSC_VER) && (_MSC_VER > 1200)
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
#include <intrin.h>
#endif
#elif defined(__GNUC__)
@@ -52,7 +52,7 @@
// ------------------------------------------------------------------
#if defined(_MSC_VER) && (_MSC_VER <= 1200)
#if defined(_MSC_VER) && (_MSC_VER < 1400)
static void __cpuid(int CPUInfo[4], int cpuidfun)
{
__asm