mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user