Skip to content

Commit

Permalink
GRAPHICS: Don't try to delete static BDF data.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzie committed Mar 28, 2012
1 parent 6bff611 commit fdee01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/fonts/bdf.h
Expand Up @@ -77,7 +77,7 @@ class BdfFont : public Font {
#define DEFINE_FONT(n) \
const BdfFont *n = 0; \
void create_##n() { \
n = new BdfFont(desc, DisposeAfterUse::YES); \
n = new BdfFont(desc, DisposeAfterUse::NO); \
}

#define FORWARD_DECLARE_FONT(n) \
Expand Down

0 comments on commit fdee01b

Please sign in to comment.