Entity description leaking memory

Im using cesiumjs lib ib my project and i use the entity description feature.
Every time i create entity to show on map i create a proper description to show in the infobox.

But when i delete the entity from the map it seems like the string doesnt freed and it still connected to the window property and therefore the garbage collector doesnt free this memory...

Maybe there is any solution to this problem?