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

Commit 2c728430 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix warning: Potential leak of memory pointed to by 'target'"

parents d1b16370 2cfa849e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -455,6 +455,7 @@ parse_args(Options* options, int argc, const char** argv)
                fprintf(stderr, "Test / activity supplied without a module to build: %s\n",
                        arg.c_str());
                print_usage(stderr);
                delete target;
                exit(1);
            } else if (colonPos == string::npos) {
                target->name = arg;