mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
commit
36ebaecbc0
1 changed files with 9 additions and 2 deletions
|
@ -527,8 +527,15 @@ void LoadTexdefPref( texdef_t* pTexdef, const char* pName );
|
|||
|
||||
PrefsDlg ();
|
||||
virtual ~PrefsDlg (){
|
||||
g_string_free( m_rc_path, true );
|
||||
g_string_free( m_inipath, true );
|
||||
if ( m_global_rc_path ) {
|
||||
g_string_free( m_global_rc_path, true );
|
||||
}
|
||||
if ( m_rc_path ) {
|
||||
g_string_free( m_rc_path, true );
|
||||
}
|
||||
if ( m_inipath ) {
|
||||
g_string_free( m_inipath, true );
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue