Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use g_clear_pointer() during libwacom_*_unref()
g_array_free() doesn't like NULL pointers so let's use g_clear_pointer which does the null checking for us. And this approach tends to be preferred these days anyway.
- Loading branch information