Skip to content

Commit

Permalink
Merge pull request #1210 from jan-cerny/def28_29
Browse files Browse the repository at this point in the history
Plug memory leaks
  • Loading branch information
matejak authored Oct 2, 2018
2 parents cdf1ef8 + 9ef235a commit b2d6c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/OVAL/probes/independent/textfilecontent54.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ static SEXP_t *create_item(const char *path, const char *filename, char *pattern
SEXP_free (r0);
}

SEXP_free(se_filepath);
SEXP_free(se_instance);
return item;
}

Expand Down

0 comments on commit b2d6c17

Please sign in to comment.