Skip to content
Snippets Groups Projects
Commit 469da985 authored by deen's avatar deen
Browse files

Properly free struct lookup_intent instance at the end of llu_iop_lookup().

b=12787
i=johann
i=oleg.drokin
parent 2b9196b0
No related branches found
No related tags found
No related merge requests found
...@@ -601,6 +601,8 @@ int llu_iop_lookup(struct pnode *pnode, ...@@ -601,6 +601,8 @@ int llu_iop_lookup(struct pnode *pnode,
} }
out: out:
if (it)
OBD_FREE(it, sizeof(*it));
liblustre_wait_event(0); liblustre_wait_event(0);
RETURN(rc); RETURN(rc);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment