summaryrefslogtreecommitdiff
path: root/vms/test.com
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-07-02 12:34:08 +0000
committerNicholas Clark <nick@ccl4.org>2005-07-02 12:34:08 +0000
commit43c5f42db1e336a99904bcc798b7070727bfbd0a (patch)
tree1e02933dfd6fac99b7933947f33451769fd8467e /vms/test.com
parent0cf8ddea3351f0ff9eef736dfa13bc866d0d1f97 (diff)
downloadperl-43c5f42db1e336a99904bcc798b7070727bfbd0a.tar.gz
Don't check the pointer is non-NULL before calling Safefree() in
little used code, code used only once per run (such as interpreter construction and destruction), and cases where the pointer nearly never is NULL. Safefree does its own non-NULL check, and even that isn't strictly necessary as all conformant free()s accept a NULL pointer. p4raw-id: //depot/perl@25045
Diffstat (limited to 'vms/test.com')
0 files changed, 0 insertions, 0 deletions