aboutsummaryrefslogtreecommitdiffstats
path: root/ptr.c
Commit message (Collapse)AuthorAgeFilesLines
* remove some non-ANSI C supportpowwow@askgustav.com2019-04-231-52/+52
|
* cmd.c: Fix a small memory leak in ptrdup2.Kalev Lember2009-04-111-0/+1
| | | | | The new memory allocated in ptrdup2() did not get freed because it lacked p->signature = PTR_SIG.
* fixed memory leak caused by 'ptr' variables not getting their "signature" setGustav HÃ¥llberg2009-01-161-0/+4
|
* This should again fix the double-free bug that was once fixed in perlwowSteve Slaven2007-03-081-2/+5
|
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+578