#1 2017-01-16 23:55:07

Bo
Member
From: Melbourne
Registered: 2016-07-04
Posts: 48
Website

A bug in SynDBExplorer

Hi Ab,

There is a bug on line 275 in SynDBExplorerMain.pas. It should only free the connection if it is created for setting up a new connection, otherwise it throws an AV if an update connection is cancelled.

So the line should be something like

  if res=100 then
    FreeAndNil(C);

Offline

#2 2017-01-17 08:37:41

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,225
Website

Re: A bug in SynDBExplorer

You are right.

Please check http://synopse.info/fossil/info/9ccb3b436a

Thanks for the feedback!

Offline

Board footer

Powered by FluxBB