mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Plug a leak of strings in the swip-wrapped gnc_gettext_helper().
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16059 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
439ad78323
commit
0cc3c94654
@ -26,6 +26,7 @@ typedef int GNCOptionDBHandle;
|
||||
QofBook * gnc_get_current_book (void);
|
||||
Account * gnc_get_current_root_account (void);
|
||||
|
||||
%newobject gnc_gettext_helper;
|
||||
char * gnc_gettext_helper(const char *string);
|
||||
|
||||
GNCOptionDB * gnc_option_db_new(SCM guile_options);
|
||||
|
Loading…
Reference in New Issue
Block a user