Re: [Vala] SQLHeavy memory leak?
- From: ant <blowback gmail com>
- To: Timo Kluck <tkluck infty nl>
- Cc: Vala Mail List <vala-list gnome org>
- Subject: Re: [Vala] SQLHeavy memory leak?
- Date: Sun, 24 Jun 2012 20:55:57 +0100
On 24 June 2012 12:35, Timo Kluck <tkluck infty nl> wrote:
I think you're right that this is a memory leak in SqlHeavy. The
problem is that statements are compiled by the Query object, and
finalized by the QueryResult object. So if a query is not executed,
its statement is never finalized.
Hi,
My original use case did use the QueryResult object; and leaked
memory. The example given was the shortest possible I could come up
with that illustrated the problem.
This is a branch that fixes the problem [1]. Can you confirm that it
works?
I'm afraid I don't use SqlHeavy in this project any longer.
cheers
ant
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]