Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux GFontManager unwanted memory allocation #139

Open
eco747 opened this issue Mar 19, 2020 · 0 comments
Open

Linux GFontManager unwanted memory allocation #139

eco747 opened this issue Mar 19, 2020 · 0 comments

Comments

@eco747
Copy link
Contributor

eco747 commented Mar 19, 2020

in linux implementation of GFontManagerImplement::MeasureText,
memory is allocated for nothing and not freed.

        if( text == nullptr || textLength == 0 ) {
		 float* ret = new float[4];                            <<<<<<<<<<< here
		 ret[0] = ret[1] = ret[2] = ret[3] = 0.0;
		return 0;
	}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant