Re: [Vala] String manipulation => double free crash
- From: "Andrew Flegg" <andrew bleb org>
- To: Frederik <scumm_fredo gmx net>
- Cc: vala-list gnome org
- Subject: Re: [Vala] String manipulation => double free crash
- Date: Sat, 26 Jul 2008 20:03:53 +0100
On Sat, Jul 26, 2008 at 6:54 PM, Frederik <scumm_fredo gmx net> wrote:
This minimal program results in the same error:
string get_string () {
return "foo";
}
void main () {
string s = true ? get_string () : "bar";
}
Certainly looks like the ? operator is to blame. I'll add it to #543870.
Cheers,
Andrew
--
Andrew Flegg -- mailto:andrew bleb org | http://www.bleb.org/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]