2003-04-02 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user