summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/hb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 141d68f8d..e9d5e38da 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -409,11 +409,6 @@ hb_handle_t * hb_init( int verbose, int update_check )
}
}
- /*
- * Initialise buffer pool
- */
- hb_buffer_pool_init();
-
h->title_set.list_title = hb_list_init();
h->jobs = hb_list_init();
@@ -1582,6 +1577,11 @@ int hb_global_init()
hb_common_global_init();
+ /*
+ * Initialise buffer pool
+ */
+ hb_buffer_pool_init();
+
return result;
}