fix memory leak in layout.cpp

This commit is contained in:
j3d1 2018-11-08 14:37:35 +01:00
parent 6af3988056
commit 806fc7c3e5
5 changed files with 31 additions and 26 deletions

View file

@ -42,3 +42,7 @@ $(OBJDIR):
clean:
@$(REMOVEDIR) "$(OBJDIR)"
@echo clean $(OBJDIR)
run: $(OBJDIR)/$(TARGET)
@echo run $(OBJDIR)/$(TARGET)
@$(OBJDIR)/$(TARGET)