Made clear that a freed pointer variable is not really used any more.
Coverity CID 17846.
This commit is contained in:
parent
79e6312397
commit
da8ad0d2aa
@ -545,7 +545,7 @@ ex:;
|
||||
if (path != NULL)
|
||||
free(path);
|
||||
if (names != NULL || value_lengths != NULL || values != NULL)
|
||||
aaip_get_attr_list(path, &num_attrs, &names, &value_lengths, &values,
|
||||
aaip_get_attr_list(NULL, &num_attrs, &names, &value_lengths, &values,
|
||||
1 << 15); /* free memory */
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user