Kaydet (Commit) a51cd484 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

cverity#736478: leaked file descriptors

Change-Id: I0e79f3e330fe1535c473d49010da34b04b9c5875
üst c95d4a77
...@@ -670,9 +670,9 @@ int fd; ...@@ -670,9 +670,9 @@ int fd;
rc = EIO; rc = EIO;
} }
} }
close(fd);
buffer[*size] = 0; buffer[*size] = 0;
} }
close(fd);
} }
} }
......
Markdown is supported
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