Skip to content

Commit

Permalink
Make it a clean null
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoppanen committed Sep 30, 2013
1 parent 6a0720b commit 665f39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imagick_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ void php_imagick_file_deinit(struct php_imagick_file_t *file)
{
if (file->absolute_path) {
efree(file->absolute_path);
file->absolute_path = NULL;
}
}

Expand Down

0 comments on commit 665f39a

Please sign in to comment.