зеркало из https://github.com/mozilla/pjs.git
fix memory error found by rickg's tool
NOT PART OF THE BUILD
This commit is contained in:
Родитель
d07009d0a7
Коммит
c4dbef6569
|
@ -444,7 +444,7 @@ NS_NewRDFDataSourceDataSource(nsISupports *, const nsIID& iid,
|
|||
|
||||
{
|
||||
nsRDFDataSourceDataSource * dsds = new nsRDFDataSourceDataSource();
|
||||
|
||||
if (!dsds) return NS_ERROR_NOT_INITIALIZED;
|
||||
return dsds->QueryInterface(iid, result);
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче