makerspace / memberbooth

Displaying member info on a public machine
2 stars 0 forks source link

Might have memory leak according to SO discussion #65

Closed emanuelen5 closed 1 year ago

emanuelen5 commented 4 years ago

Destroying windows can apparently lead to memory leaks in the Tk subsystem. An alternative is to create all windows and just bring the active one to the front. See the following question/answer for details: https://stackoverflow.com/questions/7546050/switch-between-two-frames-in-tkinter

emanuelen5 commented 1 year ago

This has proved to not be a problem. The application has been stable enough.