Cleanup some Memory Leaks

This commit is contained in:
Axel Wagner
2010-08-04 04:07:16 +02:00
parent 27aa9a640e
commit 51d466c41c
3 changed files with 9 additions and 1 deletions

View File

@ -147,9 +147,9 @@ void init_xcb() {
cookie,
NULL);
font_height = reply->font_ascent + reply->font_descent;
FREE(reply);
printf("Calculated Font-height: %d\n", font_height);
/* FIXME: Maybe we can push that further backwards */
get_atoms();
}