Skip to content

Commit

Permalink
issue esp8266#4893
Browse files Browse the repository at this point in the history
  • Loading branch information
a-c-sreedhar-reddy authored Jul 6, 2018
1 parent da0d55f commit 010c952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/ESP8266mDNS/ESP8266mDNS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ int MDNSResponder::queryService(char *service, char *proto) {
os_free(currAnswer);
currAnswer = 0;
}
_answers = 0;
if (_query != 0) {
os_free(_query);
_query = 0;
Expand Down

0 comments on commit 010c952

Please sign in to comment.