if you need a temporary fix open the studio exe in a hex editor and look for the following bytes
48 81 EC C0 02 00 00 48 8B FA 48 8B E9 4D 85 C0 0F 84 57 01 00 00
replace them with
48 81 EC C0 02 00 00 48 8B FA 48 8B E9 4D 85 C0 E9 58 01 00 00 90
all this does is completely turn off the function where the leak is coming from. If you have any questions feel free to message me.