Skip to content

Commit

Permalink
dialog: fix warning about unused end label, left over from commit 536…
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Apr 3, 2018
1 parent 6f79e7c commit 27c23f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/dialog/dlg_db_handler.c
Expand Up @@ -465,7 +465,6 @@ static int load_dialog_info_from_db(int dlg_hash_size, int fetch_num_rows)
}
}

end:
dialog_dbf.free_result(dialog_db_handle, res);
return 0;
error:
Expand Down Expand Up @@ -574,7 +573,6 @@ static int load_dialog_vars_from_db(int fetch_num_rows)
}
}

end:
dialog_dbf.free_result(dialog_db_handle, res);
return 0;
error:
Expand Down

0 comments on commit 27c23f5

Please sign in to comment.