diff --git a/programs/cmm/lib/collection.h b/programs/cmm/lib/collection.h index e8c411a164..771613b351 100644 --- a/programs/cmm/lib/collection.h +++ b/programs/cmm/lib/collection.h @@ -136,7 +136,7 @@ struct collection_int } :void collection_int::drop() { - element[0] = count = 0; + count = 0; } #endif \ No newline at end of file