Skip to content
  • Clarence Dang's avatar
    Safer, simpler KMainWindow::memberList() traversal. · e9c6ad3e
    Clarence Dang authored
    Going from memberList().begin() to memberList().end() is dangerous since
    theoretically, both methods could be acting on different lists (either
    due to the implementation of memberList() or different temporary copies).
    At least that's my theory -- as to why "valgrind kolourpaint x.jpg" reports
    memory errors.
    
    svn path=/trunk/KDE/kdegraphics/kolourpaint/; revision=692250
    e9c6ad3e