Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wizard: fix wrong memory access (delayed save)
  • Loading branch information
perexg committed Feb 14, 2016
1 parent 3251b8e commit 727b15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/api_wizard.c
Expand Up @@ -59,6 +59,7 @@ wizard_idnode_save_simple
wizard_build_fcn_t fcn = opaque;
wizard_page_t *page = fcn(perm->aa_lang_ui);
r = api_idnode_save_simple(perm, &page->idnode, op, args, resp);
idnode_save_check(&page->idnode, 1);
page->free(page);
return r;
}
Expand Down

0 comments on commit 727b15c

Please sign in to comment.