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

sdk: memory deallocation #925

Merged
merged 1 commit into from
Apr 11, 2024
Merged

sdk: memory deallocation #925

merged 1 commit into from
Apr 11, 2024

Conversation

JeanTracker
Copy link
Contributor

match memory allocation and deallocation pairs as belows.

g_strdup()/g_free()
g_malloc0()/g_free()
malloc()/free()
calloc()/free()

match memory allocation and deallocation pairs as belows.

	g_strdup()/g_free()
	g_malloc0()/g_free()
	malloc()/free()
	calloc()/free()

Signed-off-by: Jeantracker <hyojoong.kim.jean@gmail.com>
@JeanTracker JeanTracker added the code quality Improve code quality. (fix typo, remove unused code, ...) label Apr 11, 2024
@JeanTracker JeanTracker added this to the v1.7.6 milestone Apr 11, 2024
@kimhyungrok kimhyungrok merged commit 858cb1d into master Apr 11, 2024
12 checks passed
@kimhyungrok kimhyungrok deleted the g_free branch April 11, 2024 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improve code quality. (fix typo, remove unused code, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants