To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81024
------- Additional comments from [EMAIL PROTECTED] Tue Aug 28 19:45:02 +0000
2007 -------
ericb->tra
I'll answer you for the first part asap (currently searching for a breaker in
m226 )
About sal patch, if you read just two lines above, we have (yes, an extra empty
line interfered):
CFStringRef sCFEncodingName;
sCFEncodingName = CFStringConvertEncodingToIANACharSetName( cfEncoding
);
CFStringGetCString( sCFEncodingName, buffer, bufferLen, cfEncoding );
if ( sCFEncodingName )
CFRelease( sCFEncodingName);
What I understand, is you are the owner of the CFStringRef, and you must
release it.
For the second case:
CFStringRef lang = (CFStringRef)CFArrayGetValueAtIndex(subs, 0);
CFStringGetCString(lang, locale, bufferLen, kCFStringEncodingASCII);
if ( lang )
CFRelease( lang);
I understand the same, and imho, you are the owner of the CFString too.
( waiting, I'll read again Get and SET rules anyway :-)
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]