Skip to content

Commit 21c960e

Browse files
author
Gabor Dozsa
committed
FIX copy-paste error
1 parent 02bfb65 commit 21c960e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/adaptor_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void qd_clear_listener_address_config(qd_listener_address_config_t *config)
136136
if (config->address)
137137
free(config->address);
138138
if (config->listener_name)
139-
free(config->address);
139+
free(config->listener_name);
140140
}
141141

142142
size_t qd_raw_conn_get_address_buf(pn_raw_connection_t *pn_raw_conn, char *buf, size_t buflen)

0 commit comments

Comments
 (0)