Spamming WINDOW.setProperty causes memory leak.



For some reason spamming WINDOW.setProperty(key, value) 100-500 times makes it build up ram up to 12gb, before becoming too slow to continue spamming.
This doesn’t occur when using: xbmc.executebuiltin(‘SetProperty(key,”‘ + value + ‘”, 10000)’)

Is this working as intended?