]> git.lyx.org Git - features.git/blobdiff - src/BufferView_pimpl.C
some mods I had in my local tree, mostly small stuff, perhaps minus the the Makefile...
[features.git] / src / BufferView_pimpl.C
index d8532ad1bcba1768de42fddce793ce5de492d6fd..72c561185598a152eec7ec92061d7c6434f425d0 100644 (file)
@@ -3239,6 +3239,8 @@ void BufferView::Pimpl::specialChar(InsetSpecialChar::Kind kind)
                InsetSpecialChar * new_inset = 
                        new InsetSpecialChar(kind);
                insertInset(new_inset);
+               // Ok, what happens here if we are unable to insert
+               // the inset? Leak it?
        }
 }