mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
gfile: Initialize variable to pacify static analysis
Not a real bug, but will quiet the analysis. https://bugzilla.gnome.org/show_bug.cgi?id=733576
This commit is contained in:
parent
9060a85193
commit
feec280b7c
@ -7507,7 +7507,7 @@ measure_disk_usage_thread (GTask *task,
|
||||
{
|
||||
MeasureTaskData *data = task_data;
|
||||
GError *error = NULL;
|
||||
MeasureResult result;
|
||||
MeasureResult result = { 0, };
|
||||
|
||||
if (g_file_measure_disk_usage (source_object, data->flags, cancellable,
|
||||
data->progress_callback ? measure_disk_usage_progress : NULL, task,
|
||||
|
Loading…
Reference in New Issue
Block a user