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

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

Merge "toolbox: fix memory leak"

parents 92583482 58da81d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -741,6 +741,7 @@ int newfs_msdos_main(int argc, char *argv[])
                exit(1);
            }
        }
        free(img);
    }
    return 0;
}