On 17/03/2018 14:59, Ken Brown wrote:
The IniDBBuilderPackage destructor contains code that is intended to
be run after each setup.ini file is processed. But the
IniDBBuilderPackage variables in do_local_ini() and do_remote_ini were
declared outside the loop that processed the files. Move the
declaration inside the loop so that the destructor is called after
each iteration.
Applied, thanks.
I need to think a bit more about 2 & 3 in this series and the concerns I
had in [1]
[1 ]https://sourceware.org/ml/cygwin-apps/2018-03/msg00026.html