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

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

Merge "minui: fix mem leakage issue"

parents a8e39494 7d306fbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,5 +450,5 @@ int res_create_localized_alpha_surface(const char* name,
}

void res_free_surface(GRSurface* surface) {
  free(surface);
  delete(surface);
}