チケット #45411

Qt: spy_steal_shared() 'cd' leak

登録: 2022-08-21 19:03 最終更新: 2022-09-03 18:10

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
3

詳細

Clang analyzer on S3_0:

client/gui-qt/dialogs.cpp:2436:3: warning: Potential leak of memory pointed to by 'cd' [cplusplus.NewDeleteLeaks]
astr_free(&stra);

---

I think that comes from the fact that 'cd' is created outside the "if (pvictim)" -block, but e.g. 'cd->show_me();' is within that block so that there never is a dialog to close, and destroy.

This is not just a potential memory leak, but I think there a many other consequences as well. For examply I don't if 'is_more_user_input_needed = TRUE;' set earlier will ever get cleared when the dialog is not shown.

チケットの履歴 (8 件中 3 件表示)

2022-08-21 19:03 更新者: cazfi
  • 新しいチケット "Qt: spy_steal_shared() 'cd' leak" が作成されました
2022-08-21 19:41 更新者: cazfi
2022-08-26 23:12 更新者: cazfi
  • 詳細が更新されました
2022-08-26 23:37 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
2022-09-03 18:10 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする