]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.uniscribe: remove <cache-assoc> &dispose.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Jul 2019 03:19:32 +0000 (20:19 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 25 Jul 2019 03:19:32 +0000 (20:19 -0700)
That's kind of a bug, but probably dispose should happen differently.

basis/windows/uniscribe/uniscribe.factor

index 00164ff8b8143efa92084f2794fd86cacc2017a6..b1d892462a0b4285ff2befee45f79af8a5ff7efc 100644 (file)
@@ -150,5 +150,5 @@ SYMBOL: cached-script-strings
         ] with-memory-dc
     ] unless image>> ;
 
-[ <cache-assoc> &dispose cached-script-strings set-global ]
+[ <cache-assoc> cached-script-strings set-global ]
 "windows.uniscribe" add-startup-hook