Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(linux): Unnecessary to check for NULL before calling g_free
`g_free` will return if the parameter is NULL, so we don't have to check for that. See glib [documentation](https://docs.gtk.org/glib/func.free.html).
- Loading branch information