Make memory management uniform: _everything_ now goes through the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 12 Dec 2000 10:33:13 +0000 (10:33 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 12 Dec 2000 10:33:13 +0000 (10:33 +0000)
commitdcbde23605bb045df116a1dd522d4ddb4d9288fa
treedd8d28dae0936c76e884bbc3fa3bf7073d2d91bb
parente055a386af9c83d4a04e72f7c58805f1197df8be
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@818 cda61777-01e9-0310-a592-d414129be87e
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