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

此提交包含在:
LemonBoy
2012-07-21 17:41:57 +02:00
父節點 741b9da4a1
當前提交 ba6e51059e
共有 2 個檔案被更改,包括 81 行新增37 行删除

查看文件

@@ -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