Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cc14c6d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Check for null ferr"

parents bcb53464 428871d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ status_t IncidentService::onTransact(uint32_t code, const Parcel& data, Parcel*
                fflush(fout);
                fclose(fout);
            }
            if (fout != NULL) {
            if (ferr != NULL) {
                fflush(ferr);
                fclose(ferr);
            }