Commit graph

5 commits

Author SHA1 Message Date
John Kerl
5ce176d187 merge 2015-08-22 14:22:33 -04:00
John Kerl
cae78ca177 null-ok semantics for *_free functions in prep for merge of https://github.com/johnkerl/miller/pull/17 2015-08-22 14:20:06 -04:00
Markus Elfring
ae47673cc8 Bug #11: Deletion of unnecessary checks before calls of the function "free"
The function "free" is documented in the way that no action shall occur for
a passed null pointer. It is therefore not needed that a function caller
repeats a corresponding check.
http://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first

This issue was fixed by using the software Coccinelle 1.0.1.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2015-08-18 11:00:38 +02:00
John Kerl
dfe26ef6d3 mmap csv checkpoint 2015-05-26 21:44:31 -04:00
John Kerl
ef63756d84 renames 2015-05-22 17:10:12 -04:00