summaryrefslogtreecommitdiffstats
path: root/utils/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-09-29 15:38:37 +0800
committerPeng Wu <alexepico@gmail.com>2010-09-29 15:38:37 +0800
commit67d37c71948295ce86dd7b3d1101c61844dad554 (patch)
treed9ebcc8f7790ff5c5a73f6b1854f32ccb8472220 /utils/storage
parentefa41642f2d76a4b7836eacbd906afc39e0084ed (diff)
downloadlibpinyin-67d37c71948295ce86dd7b3d1101c61844dad554.tar.gz
libpinyin-67d37c71948295ce86dd7b3d1101c61844dad554.tar.xz
libpinyin-67d37c71948295ce86dd7b3d1101c61844dad554.zip
fixes a typo
Diffstat (limited to 'utils/storage')
-rw-r--r--utils/storage/tag_utility.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/storage/tag_utility.cpp b/utils/storage/tag_utility.cpp
index af4dda8..21d84b0 100644
--- a/utils/storage/tag_utility.cpp
+++ b/utils/storage/tag_utility.cpp
@@ -120,6 +120,7 @@ bool taglib_fini(){
taglib_free_tag_array(tag_array);
}
g_ptr_array_free(g_tagutils_stack, TRUE);
+ g_tagutils_stack = NULL;
return true;
}