Unverified Commit 0eb5065b authored by Eberhard Beilharz's avatar Eberhard Beilharz
Browse files

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).
parent b0dd74ca
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment