]> git.ipfire.org Git - thirdparty/vala.git/commit
Fix subtle bug in flowanalyzer that made the compiler crash
authorLuca Bruno <lucabru@src.gnome.org>
Wed, 2 Oct 2013 20:11:46 +0000 (22:11 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 2 Oct 2013 20:12:58 +0000 (22:12 +0200)
commite3cccfb75832fae388bcf773c7b75561dac91b68
tree96d9cd1a4a360ace8bb583fd2a562b5346752f20
parent4d3b69672786ad9d44fde9092b27a6e346c208cf
Fix subtle bug in flowanalyzer that made the compiler crash

By not copying the datatype the parent_node was overwritten.
The bug was reproducible only with G_SLICE=always-malloc .
vala/valaflowanalyzer.vala