attaching a patch.
Created attachment 12210 [details] [review] proposed patch
Rather than exit(1), should probably either just warn and return (like the other failure below it) or do a bus_wait_for_memory thing
(In reply to comment #2) > Rather than exit(1), should probably either just warn and return (like the > other failure below it) or do a bus_wait_for_memory thing All the failure code in the function do exit(1) -- should I change those to "return FALSE" as well?
I've pushed a version of this patch which uses _dbus_wait_for_memory().
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.