diff options
author | keith <empty> | 1991-06-21 18:12:29 +0000 |
---|---|---|
committer | keith <empty> | 1991-06-21 18:12:29 +0000 |
commit | 03d62b5c2bb2a6254fa5338d9cc0ece8be72eb99 (patch) | |
tree | c1a95501bafbff29a9f21ad28f2dec2d47ede496 /xc/lib/font/fontfile | |
parent | 86a2a779eecf29c14ec4484851b7e8d67c191511 (diff) |
clear old fpes
Diffstat (limited to 'xc/lib/font/fontfile')
-rw-r--r-- | xc/lib/font/fontfile/bitsource.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/lib/font/fontfile/bitsource.c b/xc/lib/font/fontfile/bitsource.c index be9374551..48389599a 100644 --- a/xc/lib/font/fontfile/bitsource.c +++ b/xc/lib/font/fontfile/bitsource.c @@ -1,5 +1,5 @@ /* - * $XConsortium: bitsource.c,v 1.1 91/05/10 14:46:26 keith Exp $ + * $XConsortium: bitsource.c,v 1.2 91/06/12 14:35:05 keith Exp $ * * Copyright 1991 Massachusetts Institute of Technology * @@ -65,6 +65,7 @@ FontFileUnregisterBitmapSource (fpe) { FontFileBitmapSources.size = 0; xfree (FontFileBitmapSources.fpe); + FontFileBitmapSources.fpe = 0; } else { |