darkwarssbg / nebula3

Automatically exported from code.google.com/p/nebula3
0 stars 0 forks source link

XACTAudioDevice may have a momery leak #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
this method is not called by Close()
XACTAudioDevice::UnloadGlobalSettings()

What version of the product are you using? On what operating system?
Nebula3 SDK (Sep 2008)

Please provide any additional information below.

Original issue reported on code.google.com by xoyoj...@gmail.com on 25 Nov 2008 at 10:12

GoogleCodeExporter commented 8 years ago
pGlobalSettingsBuffer 
Buffer containing the global file data. This file is generated when you build 
an 
XACT project file. It contains category, variable, and RPC information. Xbox 
360:  
Memory for this member must be allocated using XMemAlloc when specifying the 
XACT_FLAG_API_CREATE_MANAGEDATA flag.
Windows:  Memory for this member must be allocated using CoTaskMemAlloc when 
specifying the XACT_FLAG_API_CREATE_MANAGEDATA flag.

Original comment by xoyoj...@gmail.com on 29 Nov 2008 at 8:11