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

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

Merge "make: fix memory leak"

parents 5eacd4a7 4645f981
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ class RunfilesCreator {
        info->type = FILE_TYPE_REGULAR;
      } else {
        info->type = FILE_TYPE_SYMLINK;
        info->symlink_target = strdup(target);
        info->symlink_target = target;
      }

      FileInfo parent_info;