diff options
author | Richard Hult <rhult@codefactory.se> | 2002-10-28 18:42:37 +0000 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2002-10-28 18:42:37 +0000 |
commit | 0e55eadfefad0dfc87e3de38e3e4f6c29be363ab (patch) | |
tree | dfea217dae6628d9c260af98af048ea7c1c104fc /ChangeLog | |
parent | 41f88215212fe026fc76df5405bbb94f706cc087 (diff) | |
download | yelp-0e55eadfefad0dfc87e3de38e3e4f6c29be363ab.tar.gz |
Don't create GNodes with g_new, use g_node_new. Fixes a crash.
2002-10-27 Richard Hult <rhult@codefactory.se>
* src/yelp-pregenerate.c (main): Don't create GNodes with g_new,
use g_node_new. Fixes a crash.
(parse_section): Initialize variables and break out of loop when
we have a match.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-10-27 Richard Hult <rhult@codefactory.se> + + * src/yelp-pregenerate.c (main): Don't create GNodes with g_new, + use g_node_new. Fixes a crash. + (parse_section): Initialize variables and break out of loop when + we have a match. + 2002-10-26 Mikael Hallendal <micke@codefactory.se> * src/yelp-base.c: removed unused struct type. |