Re: [Vala] Problem with Posix.isspace() : Memory leak ?



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]