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

Commit cf5ce06b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Check for null ferr" am: 4cc14c6d

parents f560bb6a 4cc14c6d
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);
            }