[osg-users] about Plugins freetype

2008-02-21 Thread IceSharK
Hi,all osg 2.3.4 freetype 235 vs2005 sp1 - osgdb_freetype.dll do not exist , the app is ok. but osgdb_freetype.dll exist , when the app exit , vs2005 out :

Re: [osg-users] about Plugins freetype

2008-02-21 Thread IceSharK
and the break point is at free.c 109 retval = HeapFree(_crtheap, 0, pBlock); if (retval == 0) { errno = _get_errno_from_oserr(GetLastError()); } } On 2/21/08, IceSharK [EMAIL PROTECTED] wrote: Hi,all osg 2.3.4

Re: [osg-users] about Plugins freetype

2008-02-21 Thread Thibault Genessay
Hi On Thu, Feb 21, 2008 at 9:43 AM, IceSharK [EMAIL PROTECTED] wrote: Hi,all osg 2.3.4 osgdb_freetype.dll exist , when the app exit , vs2005 out : HEAP[osglogo.exe]: HEAP: Free Heap block 1e7b558 modified at 1e7e320 after it was freed Plugins freetype's bug ? Yes. It was fixed recently.