Changeset 0c059f0 for t/completion.t

Timestamp:
Oct 7, 2017, 3:11:38 AM (7 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Branches:
master
Children:
09530e6, d110d95
Parents:
a7250ee
git-author:
Anders Kaseorg <andersk@mit.edu> (10/07/17 02:09:19)
git-committer:
Anders Kaseorg <andersk@mit.edu> (10/07/17 03:11:38)
Message:
Rename owl_log_entry_free to owl_log_entry_delete

We use “_cleanup” for functions that free everything referenced by the
object and “_delete” for functions that also free the object itself,
avoiding the ambiguous “_free”.

Also remove the NULL check since the pointer can never be NULL.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(No files)

Note: See TracChangeset for help on using the changeset viewer.