We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985afdc commit f674857Copy full SHA for f674857
src/_util.cpp
@@ -606,8 +606,7 @@ cairo_font_face_t* font_face_from_path(std::string pathspec)
606
: std::sregex_token_iterator{},
607
std::sregex_token_iterator{});
608
CAIRO_CLEANUP_CHECK(
609
- { cairo_font_face_destroy(font_face);
610
- delete static_cast<std::vector<std::string>*>(features); },
+ { cairo_font_face_destroy(font_face); delete features; },
611
cairo_font_face_set_user_data,
612
font_face, &detail::FEATURES_KEY, features,
613
[](void* ptr) -> void {
0 commit comments