X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fstore.c;h=a8548ea88158fc81b5d5bea574d6429f25c9439c;hb=5ab537ebebcb0abef91bd032c822d466a2e898e1;hp=1ee3916af6f0751fd149b2fb0095efa1c032621d;hpb=5dccfe81a6b4521383acf0b675374493950d09db;p=bluesky.git diff --git a/bluesky/store.c b/bluesky/store.c index 1ee3916..a8548ea 100644 --- a/bluesky/store.c +++ b/bluesky/store.c @@ -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; }