commit | 25aaa98aa249d26391c1994d2de449562c8b8b99 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@openssl.org> | Fri May 01 14:37:16 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Fri May 01 14:37:16 2015 -0400 |
tree | 6f83efd87fa9fd832e8a456e9686143a29f1dab3 | |
parent | 666964780a245c14e8f0eb6e13dd854a37387ea9 [diff] |
free NULL cleanup -- coda After the finale, the "real" final part. :) Do a recursive grep with "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are an "if NULL" check that can be removed. Reviewed-by: Tim Hudson <tjh@openssl.org>