>>>> "Jonathan" == Jonathan Harris
<jhar(a)tardis.ed.ac.uk> writes:
Jonathan> Kirill wrote:
> * event-msw.c (mswindows_dde_callback): Extraneous ';'
removed.
>
> - I do not understand the DDE code either. Like with the previous
> fix, side effects can reveal themselves.
Jonathan> I'm not sure that I understand it either - and I wrote
Jonathan> it. Your fix looks correct. The only reason why the code
Jonathan> worked before is that it is never called in practice.
Jonathan> While looking at the DDE code I found this additional problem:
Jonathan> 2000-02-13 Jonathan Harris <jhar(a)tardis.ed.ac.uk>
Jonathan> * device-msw.c (mswindows_delete_device):
Jonathan> Free DDE string handles.
Hi Jonathan, hi All,
file handle leakage appears to be fixed in xemacs-21.1.9.
Before, running
M-! (shell-command) dir RET
would increment the open handle count by two.
Now the handles are closed when the shell-command finishes.
Great, now I will stay well below my usual 500 open file handles :-)
Cheers,
Adrian