mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
don't g_strdup()/g_free() all parsed attributes and their values twice but
2001-05-18 Michael Natterer <mitch@convergence.de> * gmarkup.c: don't g_strdup()/g_free() all parsed attributes and their values twice but simply copy the string pointers from the GMarkupAttribute struct to the string arrays before passing them to start_element().
This commit is contained in:
committed by
Michael Natterer
parent
f2a9c8883d
commit
05f143a808
@@ -1,3 +1,10 @@
|
||||
2001-05-18 Michael Natterer <mitch@convergence.de>
|
||||
|
||||
* gmarkup.c: don't g_strdup()/g_free() all parsed attributes and
|
||||
their values twice but simply copy the string pointers from the
|
||||
GMarkupAttribute struct to the string arrays before passing them
|
||||
to start_element().
|
||||
|
||||
2001-05-18 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gthread.c, gthread.h: Renamed g_thread_create to
|
||||
|
Reference in New Issue
Block a user