Unref variables after fetching from treeview model.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Jul 2020 06:38:33 +0000 (08:38 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Jul 2020 06:38:29 +0000 (08:38 +0200)
commitf4c63cb4df45ed66a05bbdffa4a0760f9b5c883b
tree580911096fbaca1aef864c41855f4092dbcfd8dd
parenta14079b6799908ed3408a729772495208dc381ed
Unref variables after fetching from treeview model.

Commit e511c5a34a8dd5863c5f71c820609c3c0e363cc9 added a reference
to boxed variable pointers.   This means they have to be unreffed
after fetching one with gtk_tree_model_get.
src/ui/gui/psppire-dialog-action-autorecode.c
src/ui/gui/psppire-dialog-action-recode-different.c
src/ui/gui/psppire-dictview.c