mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
bbabae997d
1 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,8 @@ SCM_SMOB_FREE (scm_tc16_locale_smob_type, smob_locale_free, locale)
|
|||
scm_t_locale c_locale;
|
||||
|
||||
c_locale = (scm_t_locale) SCM_SMOB_DATA (locale);
|
||||
freelocale (c_locale);
|
||||
if (c_locale)
|
||||
freelocale (c_locale);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue