script-fu: fix double free in script-fu-dialog.c
Spotted by Lloyd Konneker.
This commit is contained in:
@ -70,7 +70,7 @@ get_length (GimpProcedureConfig *config)
|
||||
&n_pspecs);
|
||||
g_free (pspecs);
|
||||
g_debug ("length config: %d", n_pspecs);
|
||||
g_free (pspecs);
|
||||
|
||||
return n_pspecs;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user