GNOME Bugzilla – Bug 642808
[PATCH] Fix crash when printing a whole document
Last modified: 2012-01-20 21:37:01 UTC
See the patch, it's rather trivial.
Created attachment 181402 [details] [review] Fix crash when printing a whole document We use g_strfreev() on an array with const strings. That's bad :-)