fixes a typo
authorPeng Wu <alexepico@gmail.com>
Wed, 29 Sep 2010 07:38:37 +0000 (15:38 +0800)
committerPeng Wu <alexepico@gmail.com>
Wed, 29 Sep 2010 07:38:37 +0000 (15:38 +0800)
utils/storage/tag_utility.cpp

index af4dda8..21d84b0 100644 (file)
@@ -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;
 }