Missing CFRetain in AUVParameter.cpp?
Missing CFRetain in AUVParameter.cpp?
- Subject: Missing CFRetain in AUVParameter.cpp?
- From: Robert Grant <email@hidden>
- Date: Mon, 16 Jun 2003 14:29:36 -0400
I'm getting a crash in ~AUVParameter() when it's releasing mNamedParams:
if (mNamedParams)
CFRelease (mNamedParams);
However I cannot find a place where this is being retained within
AUVParameter (except in the assignment operator which makes sense for
additional retains but not the first one). I can't believe that I'm the
first to encounter this but I don't understand the code as it stands...
Robert.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.