▲ | Western0 3 days ago | |||||||||||||
I like GTK but...... small example have error (memory leak) in valgrind | ||||||||||||||
▲ | unwind 3 days ago | parent [-] | |||||||||||||
Without further detail, that's not very helpful. GTK doesn't implement garbage collection, you need to clean up by destroying widgets and other resources that you have created. Of course, the operating system will free all resources used by your process when it ends, so that kind of final cleanup is often omitted (and even more so in example code). | ||||||||||||||
|