20.2.0: Difference between revisions
Line 113: | Line 113: | ||
** This is eventually called from funcs using network requests. | ** This is eventually called from funcs using network requests. | ||
** This moved a code block near the end of this func which calls a cleanup func when needed etc, to after the following the func call. The state flag which is checked with this code block is also no longer cleared after calling that cleanup func. The cleanup func just clears state and does a memfree if needed. | ** This moved a code block near the end of this func which calls a cleanup func when needed etc, to after the following the func call. The state flag which is checked with this code block is also no longer cleared after calling that cleanup func. The cleanup func just clears state and does a memfree if needed. | ||
=== [[Shared_Database_services|sdb]] === | |||
* The only updated func was L_46c20, which is an init func eventually called by nnMain. | |||
** Error handling was updated. | |||
=== [[GRC_services|grc]] === | === [[GRC_services|grc]] === |