File diff r15609:02b794721f9c → r15610:623a23fb6560
src/driver.cpp
Show inline comments
 
@@ -192,13 +192,14 @@ char *DriverFactoryBase::GetDriversInfo(
 
		p += seprintf(p, last, "\n");
 
	}
 

	
 
	return p;
 
}
 

	
 
/** Frees memory used for this->name
 
/**
 
 * Frees memory used for this->name
 
 */
 
DriverFactoryBase::~DriverFactoryBase()
 
{
 
	if (this->name == NULL) return;
 

	
 
	/* Prefix the name with driver type to make it unique */