mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fixing i3 crash.
This commit is contained in:
parent
4e55889223
commit
ee24b209bb
1 changed files with 2 additions and 3 deletions
|
@ -135,9 +135,8 @@ int i3_support_initialize ( Display *display )
|
||||||
|
|
||||||
void i3_support_free_internals ( void )
|
void i3_support_free_internals ( void )
|
||||||
{
|
{
|
||||||
if ( i3_socket_path != NULL ) {
|
g_free ( i3_socket_path );
|
||||||
g_free ( i3_socket_path );
|
i3_socket_path = NULL;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue