K 10 svn:author V 6 marcus K 8 svn:date V 27 2004-10-17T21:08:40.000000Z K 7 svn:log V 190 Glib 1.2 did not have a g_try_malloc() function, so use g_malloc() instead. Since a g_malloc() failure will abort the running application, we no longer need to check the result. PR: 72775 END