Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compext/Png.c: Nullify after free | Ulrich Sibiller | 2019-06-22 | 1 | -2/+2 |
| | |||||
* | compext/Png.c: simplify srcBuf allocation | Ulrich Sibiller | 2019-06-22 | 1 | -30/+13 |
| | |||||
* | compext/Png.c: late image_index allocation | Ulrich Sibiller | 2019-06-22 | 1 | -17/+18 |
| | | | | | | | | Move allocation of image_index close before first_use. This way we do not need to free it if previous step fail. And we cannot forget that free() call. While at it replace malloc+memset by calloc. | ||||
* | misc: fix more regressions and whitespace weirdness introduced in ↵ | Mihai Moldovan | 2018-07-07 | 1 | -2/+8 |
| | | | | 913fcf1a74426725f14380dd5b34286a21c37ab7. | ||||
* | Fix some memory leaks. | Mario Trangoni | 2018-07-03 | 1 | -5/+8 |
| | |||||
* | compext: fix spelling errors as reported by codespell | Ulrich Sibiller | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver ↵ | Mike Gabriel | 2016-11-15 | 1 | -0/+730 |
includes at build time. Fixes ArcticaProject/nx-libs#276. |