Minor tweak of the last commit.
This commit is contained in:
parent
95c216526e
commit
88927a8f62
1 changed files with 1 additions and 1 deletions
|
@ -2881,7 +2881,7 @@ cleanup_vector (struct Lisp_Vector *vector)
|
|||
struct font *fnt = (struct font *) vector;
|
||||
|
||||
if (fnt->driver)
|
||||
fnt->driver->close ((struct font *) vector);
|
||||
fnt->driver->close (fnt);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue