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

Commit 2608d2a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "floss: SCO: Avoid use after free" into main

parents c8172cc5 690e7313
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -99,6 +99,7 @@ namespace sco {
void open() {
  if (sco_uipc != nullptr) {
    log::warn("Re-opening UIPC that is already running");
    cleanup();
  }

  sco_uipc = UIPC_Init();