diff options
author | Connor Edwards <38229097+c-edw@users.noreply.github.com> | 2019-01-20 14:03:30 +0000 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-20 15:03:30 +0100 |
commit | 9df3a9136c3a1c554ee97f63e57b499d353b8636 (patch) | |
tree | 3981a8657c681eec1d7c2c7848fd02a344df2042 /.gitignore | |
parent | a3d350407246c8ea2066c2126c4a86275b59d214 (diff) |
Allocate minimum size necessary in pango text functions. (#3473)
* Allocate minimum size necessary in pango text functions.
* Handle malloc failure.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ install_manifest.txt bin/ test/ build/ +build-*/ .lvimrc config-debug wayland-*-protocol.* |