mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[videoprt]
fix uninitialized variable usage in error case svn path=/trunk/; revision=64837
This commit is contained in:
@@ -59,7 +59,7 @@ IntCopyRegistryKey(
|
||||
if (InfoBuffer == NULL)
|
||||
{
|
||||
ERR_(VIDEOPRT, "Could not allocate buffer for key info\n");
|
||||
return Status;
|
||||
return STATUS_INSUFFICIENT_RESOURCES;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user