From 6fc730baf6b3d156e7be7521cd60f352f2c0ea93 Mon Sep 17 00:00:00 2001 From: Ben Blum Date: Thu, 28 Jun 2012 19:01:55 -0400 Subject: Cleanup failure handling around rust_new_task_in_sched - closes #2668 --- src/rt/rust.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust.cpp') diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index 67b3bf84938..150156ddae9 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -95,6 +95,7 @@ rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) { // Create the main scheduler and the main task rust_sched_id sched_id = kernel->create_scheduler(env->num_sched_threads); rust_scheduler *sched = kernel->get_scheduler_by_id(sched_id); + assert(sched != NULL); rust_task *root_task = sched->create_task(NULL, "main"); // Build the command line arguments to pass to the root task -- cgit 1.4.1-3-g733a5