View | Details | Raw Unified | Return to issue 119992
Collapse All | Expand All

(-)editeng/source/editeng/editobj.cxx (+4 lines)
Lines 212-217 Link Here
212
	}
212
	}
213
213
214
	// Wrongs
214
	// Wrongs
215
	// memory leak #119992: to release pWrongs cloned from rCopyFrom
216
	if (pWrongs != NULL)
217
		delete pWrongs;
218
	// memory leak #119992
215
	pWrongs = NULL;
219
	pWrongs = NULL;
216
#ifndef SVX_LIGHT
220
#ifndef SVX_LIGHT
217
	if ( rCopyFrom.GetWrongList() )
221
	if ( rCopyFrom.GetWrongList() )

Return to issue 119992