]> git.ipfire.org Git - thirdparty/plymouth.git/commit
[region] Remove element only after processing
authorCharlie Brej <cbrej@cs.man.ac.uk>
Sun, 22 Nov 2009 22:53:12 +0000 (22:53 +0000)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Sun, 22 Nov 2009 22:53:12 +0000 (22:53 +0000)
commit9df80dc483bf66457f0adb7312c7c3fb72f8cd66
tree9193af0c3d014728e91d424981eef8e5920d51ce
parentb7c34f1857be6a4bd3e1d2a680d35346414e24b7
[region] Remove element only after processing

Now that we cannot rely on the next_node element. We must finish processing the
entry before removing it. Easiest way is to recurse and remove after return.
src/libply/ply-region.c