Code: Select all
import time
x = 0
while x < 100:
eg.plugins.EventGhost.ShowOSD(u'test', u'0;-24;0;0;0;700;0;0;0;1;0;0;2;32;Arial', (255, 255, 255), (0, 0, 0), 0, (0, 0), 0, 0.1, False)
time.sleep (.1)
x = x + 1Amount of memory leaked appears related to how much text is in the string (up to a certain amount at least).