fix crash on linux systems when an invalid backend is specified

svn path=/trunk/; revision=27981
This commit is contained in:
Christoph von Wittich 2007-07-28 23:38:59 +00:00
parent ff42fce079
commit 105b544d6c

View file

@ -109,6 +109,7 @@ Project::Project ( const Configuration& configuration,
head (NULL),
configuration (configuration)
{
_backend = NULL;
ReadXml();
}