libdraw: remove unused Error label in freescreen()
This commit is contained in:
parent
c10e21b491
commit
e8b871ef5a
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ freescreen(Screen *s)
|
|||
d = s->display;
|
||||
a = bufimage(d, 1+4);
|
||||
if(a == nil){
|
||||
Error:
|
||||
free(s);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue