@ -151,7 +151,7 @@ void OnMove( const CVector& listenerpos )
*/
int main()
{
new CApplicationContext(); // crash at end if on stack ...
CApplicationContext *appContext = new CApplicationContext(); // crash at end if on stack ...
// Initialization
Init();
@ -208,4 +208,8 @@ int main()
delete src1; delete src2;
delete AudioMixer;
delete appContext;
return 0;
}