1
0
Fork 0
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:
QC 2015-02-12 22:42:29 +01:00
parent 4e55889223
commit ee24b209bb

View file

@ -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