- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
igdumd32.dllallocates24bytespereachcreatedtexture.Butitdoesn'tfreethemwhentextureisreleased voidCreateTexturesAndDestroy() { for(inti=0;i<50000;++i) { IDirect3DTexture9*pTexture; //Createtextureinvokesigdumd32.dll!D3D::D3DRESOURCE::InitializeAndAllocate //whichinvokesigdumd32.dll!mallocwhichallocates24bytespereachtexture if(S_OK==g_pd3dDevice->CreateTexture(320,240, 1,0,D3DFMT_X8R8G8B8, D3DPOOL_MANAGED,&pTexture,NULL)) { pTexture->Release(); } } //Nowwehave24*50000unfreedbytes }
Link Copied
6 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Angry_user
One of our driver engineers is looking at this issue. I'll get back to you next week once I have more information. Can you post a dxdiag of the system please?
Steve
One of our driver engineers is looking at this issue. I'll get back to you next week once I have more information. Can you post a dxdiag of the system please?
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sure, here it is.
DxDiag.txt
(Virus scan in progress ...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same issue with GMA 3150.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Angry_User
Thx for the txt.Yourpost suggests that you have another system besides the 3150, and that other system is the one where you first identified the issue. Can you send me the dxdiag from that machine, please?
Regards
Steve
Thx for the txt.Yourpost suggests that you have another system besides the 3150, and that other system is the one where you first identified the issue. Can you send me the dxdiag from that machine, please?
Regards
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Steve. jia3ep and Me are different users and we both have 3150.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Angry_User
OK my bad. Anyway the issue is being looked at and I'll let you know once we have some info.
Steve
OK my bad. Anyway the issue is being looked at and I'll let you know once we have some info.
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page