fix double free in SwXTextView::removeSelectionChangeListener
dbaccess_complex segfaults because ptr_vector::erase actually deletes the element; also, a std::vector is more appropriate to store smart ptr. (regression from 8533a191)
Showing
Please
register
or
sign in
to comment