2003-04-02 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2003-04-02 15:32:40 +00:00
parent f6b050767e
commit a1b5d0f5ef
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-04-02 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rtl/langapi.c
! Memory leak is fixed.
2003-04-02 14:18 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* include/hbapicdp.h
* source/codepage/cdp_tpl.c

View File

@@ -222,7 +222,8 @@ HB_FUNC( HB_LANGSELECT )
HB_FUNC( HB_LANGNAME )
{
hb_retc_buffer( hb_langName() );
char * pszName = hb_langName();
hb_retc_buffer( pszName );
}
HB_FUNC( HB_LANGERRMSG )