[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] deletion of pointer to incomplete type 'FT_LibraryRec_'; no des
From: |
Khaled Hosny |
Subject: |
Re: [ft] deletion of pointer to incomplete type 'FT_LibraryRec_'; no destructor called |
Date: |
Sat, 13 Sep 2014 03:24:40 +0300 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Wed, Sep 10, 2014 at 05:03:43PM -0400, Christopher Kurtis Koeber wrote:
>
> delete ft;
FreeType is not a C++ library, check the documentation to find the
proper way of destrying a given FreeType object, for example:
http://www.freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Library
Regards,
Khaled