Ticket #42 (new defect)

Opened 2 years ago

Polac Out makes no sound in debug build

Reported by: calvin Owned by: somebody
Priority: major Milestone:
Component: libzzub Version:
Keywords: Cc:

Description

polac out's mi-implementation has some object as its first member after masterinfo and callbacks.. this member is null until miex::AddInput?, where it sets the pointer to point to an uninitialized structure

the only real difference on the builds is the crt library, i could believe the debug crt library initializes allocated memory with 0xcdcdcdcd, and the release runtime does not, causing it to work only in release mode

and that member variable object is the same across all polac out instances

and the first member is a byte, which POut expects to be zero for processing to occur. in debug build its 0xcd

Note: See TracTickets for help on using tickets.