Re: [Vala] Problem with Posix.isspace() : Memory leak ?
- From: Nor Jaidi Tuah <norjaidi tuah ubd edu bn>
- To: <vala-list gnome org>
- Subject: Re: [Vala] Problem with Posix.isspace() : Memory leak ?
- Date: Mon, 13 Jun 2011 10:10:18 +0800
I suspect there is a very long "word" that StringBuilder
cannot handle. My guess is the crash happens here:
word.append_c(c);
The long word contains non-alnum. So the test !isalnum
would chop it to smaller pieces amiable to StringBuilder.
hand
Nor Jaidi Tuah
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]