Re: [Vala] String manipulation => double free crash
- From: Frederik <scumm_fredo gmx net>
- To: vala-list gnome org
- Subject: Re: [Vala] String manipulation => double free crash
- Date: Sat, 26 Jul 2008 19:54:28 +0200
This minimal program results in the same error:
string get_string () {
return "foo";
}
void main () {
string s = true ? get_string () : "bar";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]