Commit 368a868
fix(training-offloading): free previous receiver pipeline description
Bug: _ml_service_training_offloading_prepare_receiver() reassigned receiver_pipe with g_strdup() on each prepare call without freeing the previous string.
Fix: clear receiver_pipe before storing the new pipeline description.
Signed-off-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: MyungJoo Ham <myungjoo.ham@samsung.com>1 parent 4a1f951 commit 368a868
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| 718 | + | |
718 | 719 | | |
719 | 720 | | |
720 | 721 | | |
| |||
0 commit comments