(svn r17690) -Fix: minor coding style issue

This commit is contained in:
smatz 2009-10-04 14:49:39 +00:00
parent 1e665c7639
commit 5c2fb2f8c1
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ char *DriverFactoryBase::GetDriversInfo(char *p, const char *last)
/** Frees memory used for this->name
*/
DriverFactoryBase::~DriverFactoryBase() {
DriverFactoryBase::~DriverFactoryBase()
{
if (this->name == NULL) return;
/* Prefix the name with driver type to make it unique */