Mercurial > dropbear
comparison common-runopts.c @ 1912:8b4274d34fe8
Use buf_burn_free() instead of two calls
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 29 Mar 2022 23:47:30 +0800 |
parents | 94dc11094e26 |
children | 70f05f7d4d11 |
comparison
equal
deleted
inserted
replaced
1911:ced53051e200 | 1912:8b4274d34fe8 |
---|---|
55 } | 55 } |
56 | 56 |
57 ret = DROPBEAR_SUCCESS; | 57 ret = DROPBEAR_SUCCESS; |
58 out: | 58 out: |
59 | 59 |
60 buf_burn(buf); | 60 buf_burn_free(buf); |
61 buf_free(buf); | |
62 return ret; | 61 return ret; |
63 } | 62 } |
64 | 63 |
65 #if DROPBEAR_USER_ALGO_LIST | 64 #if DROPBEAR_USER_ALGO_LIST |
66 void | 65 void |