From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: forsyth@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001017170014.24E6E199DD@mail> Subject: [9fans] buglet in /sys/src/libdraw/keyboard.c Date: Tue, 17 Oct 2000 18:02:55 +0100 Topicbox-Message-UUID: 171e10de-eac9-11e9-9e20-41e7f4b1d025 in /^initkeyboard, in the following: Error2: close(kc->consfd); free(kc); free(t); goto Error1; delete the line free(kc), because it will be freed again at Error1: