Skip to content

Commit

Permalink
vht: destroy dUnits
Browse files Browse the repository at this point in the history
  • Loading branch information
jedbrown committed May 29, 2011
1 parent f48935c commit 4c6f340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fs/tests/vht.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ static dErr VHTCaseDestroy(VHTCase *scase)

dFunctionBegin;
if ((*scase)->destroy) {err = ((*scase)->destroy)(*scase);dCHK(err);}
err = dUnitsDestroy(&(*scase)->units);dCHK(err);
err = dFree(*scase);dCHK(err);
dFunctionReturn(0);
}
Expand Down

0 comments on commit 4c6f340

Please sign in to comment.