Page 1 of 1

TPgDumpProcessor tries to free FQuery again

Posted: Sat 23 May 2009 22:03
by yozey
TPgDumpProcessor tries to free FQuery already freed by TDADumpProcessor raising an access violation when leaving an application that used TPgDump.

PgDump Line 147:

Code: Select all

destructor TPgDumpProcessor.Destroy;
begin
  FQuery.Free; <- Will call virtual method of a freed object. Object already freed in parent class.

  inherited;
end;

Posted: Mon 25 May 2009 06:55
by Plash
This is a known problem. We will fix it in the next PgDAC build.

Posted: Tue 26 May 2009 21:06
by yozey
Plash wrote:This is a known problem. We will fix it in the next PgDAC build.
Ok thanks