don't g_strdup()/g_free() all parsed attributes and their values twice but
authorMichael Natterer <mitch@convergence.de>
Fri, 18 May 2001 12:38:32 +0000 (12:38 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 18 May 2001 12:38:32 +0000 (12:38 +0000)
commit05f143a808c747931ff3f6f483f3c760c2bdce04
treefd86d0aae6284e5c0e6ae3f0208ba89d1ba31919
parentf2a9c8883d53a47853f6af87a7d2765b24c463db
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().
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmarkup.c
gmarkup.c