session_driver: Use std_cleanup().

This commit is contained in:
Uwe Hermann 2017-07-11 21:34:18 +02:00
parent 029b20425b
commit b4fde527b6
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ SR_PRIV struct sr_dev_driver session_driver = {
.longname = "Session-emulating driver",
.api_version = 1,
.init = std_init,
.cleanup = std_dev_clear,
.cleanup = std_cleanup,
.scan = NULL,
.dev_list = NULL,
.dev_clear = std_dev_clear,