]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make memory management uniform: _everything_ now goes through the
authorSimon Tatham <anakin@pobox.com>
Tue, 12 Dec 2000 10:33:13 +0000 (10:33 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 12 Dec 2000 10:33:13 +0000 (10:33 +0000)
commitd5240d41571b86c0f1e7887972c4e3af2febd5e4
treedd8d28dae0936c76e884bbc3fa3bf7073d2d91bb
parent8eca227b92255d2519186ac26f5c01d37fabf3ca
Make memory management uniform: _everything_ now goes through the
smalloc() macros and thence to the safemalloc() functions in misc.c.
This should allow me to plug in a debugging allocator and track
memory leaks and segfaults and things.

[originally from svn r818]
20 files changed:
Makefile
pageant.c
pageantc.c
putty.h
puttygen.c
puttymem.h [new file with mode: 0644]
scp.c
sizetip.c
ssh.c
ssh.h
sshbn.c
sshdss.c
sshpubk.c
sshrsa.c
sshzlib.c
tree234.c
windlg.c
window.c
winnet.c
winstore.c