Fixed a memory leak. Cleaned up a bit the code.

This commit is contained in:
LemonBoy
2012-07-21 17:41:57 +02:00
parent 741b9da4a1
commit ba6e51059e
2 changed files with 81 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
CC ?= gcc
STRIP ?= strip
CFLAGS ?= -fshort-wchar -Os
CFLAGS ?= --std=c99 -fshort-wchar -Os
LDFLAGS += -lxcb
CFDEBUG = -g3 -pedantic -Wall -Wunused-parameter -Wlong-long\
-Wsign-conversion -Wconversion -Wimplicit-function-declaration