fix memory leak in layout.cpp
This commit is contained in:
parent
6af3988056
commit
806fc7c3e5
5 changed files with 31 additions and 26 deletions
|
@ -42,3 +42,7 @@ $(OBJDIR):
|
|||
clean:
|
||||
@$(REMOVEDIR) "$(OBJDIR)"
|
||||
@echo clean $(OBJDIR)
|
||||
|
||||
run: $(OBJDIR)/$(TARGET)
|
||||
@echo run $(OBJDIR)/$(TARGET)
|
||||
@$(OBJDIR)/$(TARGET)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue