mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-05 17:18:24 +02:00
csi_string_new() duplicated the bytes which was not what was desired, so implement a csi_string_new_for_bytes() to take ownership and prevent the leak that was occuring, for example, every time we create a new font face. |
||
|---|---|---|
| .. | ||
| examples | ||
| .gitignore | ||
| cairo-script-file.c | ||
| cairo-script-hash.c | ||
| cairo-script-interpreter.c | ||
| cairo-script-interpreter.h | ||
| cairo-script-objects.c | ||
| cairo-script-operators.c | ||
| cairo-script-private.h | ||
| cairo-script-scanner.c | ||
| cairo-script-stack.c | ||
| COPYING | ||
| csi-exec.c | ||
| csi-replay.c | ||
| Makefile.am | ||