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:
Chris Shoemaker 2007-05-07 13:24:27 +00:00
parent 439ad78323
commit 0cc3c94654

View File

@ -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);