Skip to content
Snippets Groups Projects
Commit 7505d25c authored by Danny Auble's avatar Danny Auble
Browse files

BGQ - fixed memory leak

parent 3d5fe8be
No related branches found
No related tags found
No related merge requests found
......@@ -1090,6 +1090,7 @@ extern int bridge_blocks_load_curr(List curr_block_list)
if (!bg_recover)
continue;
xfree(bg_record->mloaderimage);
bg_record->mloaderimage =
xstrdup(block_ptr->getMicroLoaderImage().c_str());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment