129 *
130 */
131 void
132 shutdown_actions( void )
133 {
134 cdb_free( &v.db );
134 close( v.db_fd );
135 close( v.db_fd );
135 report_speed();
136 report_speed();
136 }
137 }
137
138
139