Skip to content

Commit

Permalink
Fix parse packages dead path.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Jan 3, 2025
1 parent 23c7f58 commit a78c1cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mmoc/main.cpp
Original file line number Diff line number Diff line change
@@ -142,8 +142,6 @@ int parsePackages(AST_StringList imports, CompileFlags& flags, bool recompile)
}
}
}
} else {
delete sd;
}
delete sd;
} else {

0 comments on commit a78c1cd

Please sign in to comment.