Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdread
Commits
02d9e36e
Commit
02d9e36e
authored
Apr 09, 2014
by
Jean-Baptiste Kempf
Browse files
Use NULL instead of 0 for pointers
parent
595b47f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dvd_reader.c
View file @
02d9e36e
...
...
@@ -947,7 +947,7 @@ void DVDCloseFile( dvd_file_t *dvd_file )
}
free
(
dvd_file
);
dvd_file
=
0
;
dvd_file
=
NULL
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment