Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent g_strsplit to be called with NULL.
There might be situations where ref_ids is NULL, so return an error instead of handing it over to g_strsplit() which will bail out via assert().
- Loading branch information