mirror of https://gitee.com/openkylin/libvirt.git
virNWFilterParseParamAttributes: `virHashNew` cannot return NULL
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
8de3bb0f58
commit
e18d41444e
|
@ -702,8 +702,6 @@ virNWFilterParseParamAttributes(xmlNodePtr cur)
|
|||
virNWFilterVarValue *value;
|
||||
|
||||
GHashTable *table = virHashNew(virNWFilterVarValueHashFree);
|
||||
if (!table)
|
||||
return NULL;
|
||||
|
||||
cur = cur->children;
|
||||
|
||||
|
|
Loading…
Reference in New Issue