diff options
author | daniel <danieruru@gmail.com> | 2013-02-05 01:05:33 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-02-05 01:05:33 +0900 |
commit | 772b187618db9ebc8f9bd68041369db8f9f00db5 (patch) | |
tree | 32ba31b2f82be349e603e7a46a801f9effd0980c | |
parent | c9995a7bd5f73c4b9be99bf5d44db541fdc087bd (diff) |
Add an unref to the queue
-rw-r--r-- | flash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -890,6 +890,7 @@ void stopFlashWriterThread(){ alive = false; g_cond_broadcast(&writerwakeup); g_thread_join(userflashwritethread); // block until the write thread is totally finished. + g_async_queue_unref(userflashwritequeue); } void fixFlash(FlashStruct *mem) |