Skip to content

Commit 5c5c66d

Browse files
committed
DiskIO: fix segfault...
1 parent 0b0e286 commit 5c5c66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/diskio/diskio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static uint64_t time1;
99

1010
void ffPrepareDiskIO(FFDiskIOOptions* options)
1111
{
12-
ffListInit(&ioCounters1, sizeof(FFDiskIOOptions));
12+
ffListInit(&ioCounters1, sizeof(FFDiskIOResult));
1313
ffDiskIOGetIoCounters(&ioCounters1, options);
1414
time1 = ffTimeGetNow();
1515
}

0 commit comments

Comments
 (0)