... by preventing manual cleanup of non-owned objects.
Using wrap_under_get_rule for the language is enough on my system to prevent the crash. However, I did it for the other "get"-like methods as well because I think all of them should follow the "get" rule = not be manually freed.
... by preventing manual cleanup of non-owned objects.
Using
wrap_under_get_rule
for thelanguage
is enough on my system to prevent the crash. However, I did it for the other "get"-like methods as well because I think all of them should follow the "get" rule = not be manually freed.