app: don't leak the GRand used in GimpOperationPointLayerMode

This commit is contained in:
Michael Natterer 2011-11-04 01:31:13 +01:00
parent fb87cd1c5d
commit 76638a6c67

View file

@ -127,6 +127,8 @@ gimp_operation_point_layer_mode_class_init (GimpOperationPointLayerModeClass *kl
for (i = 0; i < DISSOLVE_REPEAT_WIDTH * DISSOLVE_REPEAT_HEIGHT; i++)
dissolve_lut[i] = g_rand_int (rand);
g_rand_free (rand);
}
static void