Skip to content

Commit

Permalink
Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 3, 2024
1 parent 8b32904 commit b041031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_PREREQ([2.71])

AC_INIT(
[libfwevt],
[20240101],
[20240103],
[joachim.metz@gmail.com])

AC_CONFIG_SRCDIR(
Expand Down
4 changes: 2 additions & 2 deletions libfwevt/libfwevt_template.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,8 @@ int libfwevt_template_read_template_items(
}
if( template_item != NULL )
{
libfwevt_template_item_free(
&template_item,
libfwevt_internal_template_item_free(
(libfwevt_internal_template_item_t **) &template_item,
NULL );
}
libcdata_array_empty(
Expand Down

0 comments on commit b041031

Please sign in to comment.