Skip to content
Commit 68cfc994 authored by Alexandru Pandelea's avatar Alexandru Pandelea Committed by Ernestas Kulik
Browse files

file: fix invalid memory access

When the operation is freed on the first if, the operation will
still be accessed on the second if.

To fix this, merge the two if's since they both complete the
operation.

https://bugzilla.gnome.org/show_bug.cgi?id=783873
parent 0119b67c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment