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

Commit d8c29bda authored by Mahesh A Saptasagar's avatar Mahesh A Saptasagar Committed by Steve Kondik
Browse files

frameworks/base: Free BufferedReader class object

Free the BufferedReader class object explicitly.

Change-Id: I6a9f19e0334e1985652852447c545fa2227a04b5
CRs-Fixed: 564739
parent 96015dfd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ class RegulatoryObserver extends UEventObserver {
                    run_crda();
                }
            }
            if (uevent_buf != null) {
                uevent_buf.close();
            }
        } catch (Exception e) {
            Slog.e(TAG, "This kernel may not have CRDA support." , e);
        }