Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Delete query
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Feb 27, 2020
1 parent 54b1344 commit 268f25b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FontManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ extern "C" {
FontDescriptor *query = new FontDescriptor(NULL, NULL, fontFamily, NULL, weightToCheck, widthToCheck, isItalic, isMono);
FontDescriptor *font = findFont(query);
delete query;

caml_acquire_runtime_system();
ret = caml_alloc(7, 0);
Expand Down

0 comments on commit 268f25b

Please sign in to comment.