fixed memory leaks

This commit is contained in:
Chris Cromer
2016-10-13 19:55:33 -03:00
parent 86d772597e
commit 4d6c51e37b
4 changed files with 57 additions and 32 deletions

View File

@@ -1,9 +1,9 @@
CC=gcc
BINDIR=out
DEBUG_FLAGS=-Wall -Werror -ggdb
DEBUG_FLAGS=-Wall -Werror
CFLAGS=$(DEBUG_FLAGS) $(shell pkg-config libxml-2.0 --cflags) -ansi -I ./headers
CFLAGS=$(DEBUG_FLAGS) -ggdb $(shell pkg-config libxml-2.0 --cflags) -ansi -I ./headers
LDFLAGS=$(shell pkg-config libxml-2.0 --libs)
BINARY=generarxml