Comment 1 for bug 1136508

Revision history for this message
Adolf Mathias (adolf-mathias-gmail) wrote :

Oops, sorry. My patch is the wrong way round

diff -r orig/inkscape-0.48.4/src/select-context.cpp inkscape-0.48.4/src/select-context.cpp
174c174,179
< select_context->_describer = new Inkscape::SelectionDescriber(
---
> if (select_context->_describer) {
> delete select_context->_describer;
> select_context->_describer = NULL;
> }
> #if 0
> new Inkscape::SelectionDescriber(
180c185
<
---
> #endif