Consistently use NULL when setting current_frame.

Change-Id: I17cf2b341f096d4a3de835c01ad50309483a9e39
Reviewed-on: https://code.wireshark.org/review/32784
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2019-04-08 09:33:44 -07:00
parent 420157ff43
commit 1c9125ed5f
1 changed files with 1 additions and 1 deletions

2
file.c
View File

@ -407,7 +407,7 @@ cf_close(capture_file *cf)
/* No frames, no frame selected, no field in that frame selected. */
cf->count = 0;
cf->current_frame = 0;
cf->current_frame = NULL;
cf->current_row = 0;
cf->finfo_selected = NULL;