[Mono-bugs] [Bug 323900] [PATCH] Marshalling strings as out parameters doesn' t work properly.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 14 09:35:16 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=323900
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=323900#c3
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #3 from Zoltan Varga <vargaz at gmail.com> 2007-12-14 07:35:15 MST ---
The patch seems to remove this part, and doesn't replace it with anything:
- } else {
- if (mono_marshal_need_free (t, m->piinfo, spec)) {
- mono_mb_emit_ldloc (mb, conv_arg);
- if (conv == MONO_MARSHAL_CONV_STR_BSTR)
- mono_mb_emit_icall (mb,
mono_free_bstr);
- else
- mono_mb_emit_icall (mb,
mono_marshal_free);
- }
+
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list