Plugged some memory leaks by not unnecessarily calling g_strdup (g_string_append...
authoruranther <jwheaton@purdue.edu>
Fri, 26 Jun 2009 15:01:12 +0000 (11:01 -0400)
committeruranther <jwheaton@purdue.edu>
Fri, 26 Jun 2009 15:01:12 +0000 (11:01 -0400)
commit6c336537c432475e2bc7bb84e0d2eeea18491a51
tree315fc4473551f09ccaa10ca900c17285612db398
parent2f4b201c35a858b800d15fc3b10c51beaa885fc8
Plugged some memory leaks by not unnecessarily calling g_strdup (g_string_append takes a const gchar* as a parameter). Saved: 17 bytes
uzbl.c