Has anyone run Qt with BoundsChecker or some such memory leak checker? There
are lots of memory not freed at the end of the program, and this also
happens with the example programs. It may be that these leaks are not really
leaks, but just memory that is not freed at the end of the program, but it
sure looks ugly. =) I think there should be some way to free these memory
blocks properly.