Changed: Release modes list under OS X

This commit is contained in:
kervala 2015-11-08 13:42:31 +01:00
parent 7f2fdcc6f4
commit a6f4d5ec2c

View file

@ -2050,6 +2050,10 @@ bool CDriverGL::getModes(std::vector<GfxMode> &modes)
// nldebug(" Display 0x%x: Mode %dx%d, %d BPP", dspy, w, h, bpp); // nldebug(" Display 0x%x: Mode %dx%d, %d BPP", dspy, w, h, bpp);
} }
} }
#ifdef NL_MAC_VERSION_10_6_UP
CFRelease(modeList);
#endif
} }
#elif defined (NL_OS_UNIX) #elif defined (NL_OS_UNIX)