Was forgetting this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27643 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2008-11-20 19:05:47 +00:00
parent 01c6c4879e
commit b48de25bb1

View File

@ -123,6 +123,7 @@ protected:
if (from_new) { if (from_new) {
--to_next; --to_next;
from_next = from_old + (from_next - from); from_next = from_old + (from_next - from);
from = from_old;
delete[] from_new; delete[] from_new;
} }
#endif #endif