RE: JESS: [EXTERNAL] Question on QueryResult close() function

2013-06-28 Thread Friedman-Hill, Ernest
to see what kind of objects are being leaked; that might give us a clue as to what's happening. From: owner-jess-us...@sandia.gov [mailto:owner-jess-us...@sandia.gov] On Behalf Of Daniel Selva Sent: Thursday, June 27, 2013 12:53 PM To: jess-users Subject: JESS: [EXTERNAL] Question

Re: JESS: [EXTERNAL] Question on QueryResult close() function

2013-06-28 Thread Peter Lin
[mailto:owner-jess-us...@sandia.gov] *On Behalf Of *Daniel Selva *Sent:* Thursday, June 27, 2013 12:53 PM *To:* jess-users *Subject:* JESS: [EXTERNAL] Question on QueryResult close() function ** ** Hi, ** ** I am experiencing a memory leak problem in a Matlab-Jess application and I am

JESS: [EXTERNAL] Question on QueryResult close() function

2013-06-27 Thread Daniel Selva
Hi, I am experiencing a memory leak problem in a Matlab-Jess application and I am trying to locate the leak. I came across the definition of the close() method of the QueryResult class. I have never called this method after using queries. 1) Should I call close() after using a query? 2) Could