diff --git a/src/mu-runtime.c b/src/mu-runtime.c index 5bfcb687..9f0f45ec 100644 --- a/src/mu-runtime.c +++ b/src/mu-runtime.c @@ -41,6 +41,7 @@ typedef struct _MuRuntimeData MuRuntimeData; /* static, global data for this singleton */ static gboolean _initialized = FALSE; + static MuRuntimeData *_data = NULL; static void runtime_free (void);