mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
more uninitialized variables - and no, I won't use -O2
Original commit message from CVS: more uninitialized variables - and no, I won't use -O2
This commit is contained in:
parent
0626bb1c6f
commit
681588c843
1 changed files with 2 additions and 0 deletions
|
@ -1398,7 +1398,9 @@ gst_value_subtract_double_range_double_range (GValue * dest,
|
|||
pv2 = &v2;
|
||||
} else if (min1 < max1) {
|
||||
pv1 = dest;
|
||||
pv2 = NULL;
|
||||
} else if (min2 < max2) {
|
||||
pv1 = NULL;
|
||||
pv2 = dest;
|
||||
} else {
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue