| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
| |
(bzr r14617)
|
| |
|
| |
(bzr r14332)
|
| |
|
| |
(bzr r14062)
|
| |
|
| |
(bzr r13322)
|
| |
|
|
|
|
|
|
|
| |
-----
The patch:
1. Removes half a dozen or so code lines that didn't do anything.
2. Fixes a couple of missing tests for pointers which cannot be NULL. (Note that in many instances the pseudoobject functions in upmf.c do accept null pointers because the objects being constructed have optional parts.)
3. There was one "real" potential memory leak (line 6276 in upmf.c, numbers before the patch). I fixed the others too, but they just never happen (iconv would have to fail in some strange way.) There are no (real) memory access violations or memory leaks in any of this either in standalone libUEMF testing or in use as part of Inkscape as determined from valgrind runs.
(bzr r13211)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1263242
(bzr r12953)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1241797
(bzr r12926)
|
| |
|
| |
(bzr r12699)
|
|
|
Rename libunicode-convert to symbol_convert and put it in libuemf.
(bzr r12490)
|