On 01/10/13 20:44, John Ferlan wrote:
Commit-id 'afc4631b' added the regfree(reg) to free resources
alloc'd
during regcomp; however, reg still needed to be VIR_FREE()'d. The call
to regfree() also didn't account for possible NULL value. Reformatted
the call to be closer to usage.
---
src/storage/storage_backend_logical.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
ACK