** Description changed:
app_indicator_init() in app-indicator.c calls g_bus_get() before setting
self->priv. This creates a race condition where the bus_creation()
callback can execute while self->priv still contains garbage. Suggested
fix is to set self->priv before calling g_bus_get().
Public bug reported:
app_indicator_init() in app-indicator.c calls g_bus_get() before setting
self->priv. This creates a race condition where the bus_creation()
callback can execute while self->priv still contains garbage. Suggested
fix is to set self->priv before calling g_bus_get().
diff -ruN l