segv in reosurce constructor, add histeq plugin, 2pass formats, cleanup, colormatrix...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainindexes.C
index 679441bd896d00a1d3c479bebdd6999ffdb5fc40..d871a50b39100ac72ffdcd2a6cefc9e19bc606c1 100644 (file)
@@ -74,8 +74,7 @@ void MainIndexes::add_next_asset(File *file, Indexable *indexable)
 SET_TRACE
 // Test current asset
        IndexFile indexfile(mwindow, indexable);
-       IndexState *index_state = 0;
-       index_state = indexable->index_state;
+       IndexState *index_state = indexable->index_state;
 
 SET_TRACE
        int ret = indexfile.open_index();