Try to avoid accessing profiling objects after they are freed.
[bluesky.git] / bluesky / store.c
index 1ee3916..a8548ea 100644 (file)
@@ -112,7 +112,7 @@ BlueSkyStoreAsync *bluesky_store_async_new(BlueSkyStore *store)
     async->notifier_count = 0;
     async->barrier = NULL;
     async->store_private = NULL;
-    async->profile = bluesky_profile_get();
+    async->profile = NULL;
 
     return async;
 }