Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
GNOME
GLib
Merge requests
!547
Do not check for NULL when calling free()
Code
Review changes
Check out branch
Download
Patches
Plain diff
Emmanuele Bassi
requested to merge
no-free-check
into
master
Dec 18, 2018
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
The C standard guarantees that
free()
is
NULL
-safe.
Merge request reports