e_uuid_store: Close shm fd on shutdown

This commit is contained in:
Stefan Schmidt 2014-04-11 15:33:30 +02:00
parent 720f3634f8
commit c2ce32596a
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ e_uuid_store_shutdown(void)
return 0;
}
close(store->shmfd);
free(store);
eina_shutdown();
return 1;