mirror of
https://github.com/n1nj4sec/pupy.git
synced 2025-02-26 21:06:58 +00:00
Do not unref default schema
This commit is contained in:
parent
b9495c70ed
commit
89c6d9100f
@ -161,7 +161,6 @@ def get_gio_proxies(force=True):
|
||||
sources = gio.g_settings_schema_source_get_default()
|
||||
proxy_schema = gio.g_settings_schema_source_lookup(sources, schema, True)
|
||||
schema_found = bool(proxy_schema)
|
||||
gio.g_settings_schema_source_unref(sources)
|
||||
|
||||
if not schema_found:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user