Skip to content

Commit

Permalink
fix an error
Browse files Browse the repository at this point in the history
  • Loading branch information
endyul committed Jun 9, 2017
1 parent be879c9 commit e6f6e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/ltp_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ static int Service(struct mg_connection *conn) {
str_format = format;
}

delete []sentence;
DEBUG_LOG("Input sentence is: %s", strSentence.c_str());

//Get a XML4NLP instance here.
Expand Down

0 comments on commit e6f6e1e

Please sign in to comment.