Skip to content

Commit

Permalink
fixed small mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
notsecure committed Mar 23, 2014
1 parent ffd1ff1 commit 5d80827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ LRESULT CALLBACK WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)

free(g->message);

memset(g, 0, sizeof(GROUP));//
memset(g, 0, sizeof(GROUPCHAT));//

list_deletesitem();
}
Expand Down

0 comments on commit 5d80827

Please sign in to comment.