]> git.lyx.org Git - lyx.git/commit
Replace crash on startup with a memory leak.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Oct 2006 19:40:04 +0000 (19:40 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Oct 2006 19:40:04 +0000 (19:40 +0000)
commit0891c2e99a3fea0b3c83dd69c4b51d7b6ead9f95
treeeb167b922717c79622d5edc3386811389e1bc82f
parentb0297263dfca56a3dc12987d5c71a8293152d2a3
Replace crash on startup with a memory leak.
* src/frontends/qt[34]/GuiApplication.C
(lyx::frontend::Application * createApplication): Don't return the
address of a temporary, but use the new operator.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15313 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt3/GuiApplication.C
src/frontends/qt4/GuiApplication.C