Closed atsampson closed 4 years ago
Fixed from the version that was in #15, to use g_string_free rather than g_free.
g_string_free
g_free
I've tested this with Lua window/application titles and it seems to work correctly now.
This looks good to me. I'll do some runtime testing with it over the next few days.
Merged at 09c86a70571e94544f6ede99bee9b7527ae854e5
Fixed from the version that was in #15, to use
g_string_free
rather thang_free
.I've tested this with Lua window/application titles and it seems to work correctly now.