So I have found the source of memory leak:

using Interact, Reactive, Compose

@manipulate for frame = fps(300)    
    compose(context(), rectangle(), fill("grey"))
end

But still don't know how to fix it.

Reply via email to