outspline icon indicating copy to clipboard operation
outspline copied to clipboard

Test memory leaks

Open kynikos opened this issue 12 years ago • 2 comments

Testare eventuali memory leaks controllare che ad esempio chiudendo una tab la memoria si liberi davvero al momento cancello direttamente il dizionario, ma bisogna anche rimuovere widget per widget? anche i bindings potrebbero creare riferimenti circolari testare printando qualcosa nei distruttori degli oggetti (del())

kynikos avatar Jan 18 '13 03:01 kynikos

There are dedicated tools to assist, just search for them.

kynikos avatar Sep 11 '14 03:09 kynikos

According to DataViewModel's documentation (as of September 2014), its reference count must be decreased explicitly to avoid memory leaks; the wxPython demo, however, doesn't do it, and if I try to do it, Outspline crashes with a segfault when closing all databases.

kynikos avatar Sep 22 '14 13:09 kynikos