aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/transform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transform.c b/lib/transform.c
index 0dbe443..4b68a47 100644
--- a/lib/transform.c
+++ b/lib/transform.c
@@ -383,7 +383,7 @@ gray_free_transform_expr ()
{
while (transform_head)
{
- struct transform *next = transform_head;
+ struct transform *next = transform_head->next;
free_transform (transform_head);
transform_head = next;
}

Return to:

Send suggestions and report system problems to the System administrator.