Commit 907e7767 authored by malenov's avatar malenov
Browse files

call update_mem() before update_wmops() due to update_cnt++

parent 0454c2aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1573,8 +1573,8 @@ static ivas_error decodeG192(
#endif
        }
#ifdef WMOPS
        update_wmops();
        update_mem();
        update_wmops();
#endif
    }

@@ -2074,8 +2074,8 @@ static ivas_error decodeVoIP(
        systemTime_ms += 20;

#ifdef WMOPS
        update_wmops();
        update_mem();
        update_wmops();
#endif
    }

+1 −1
Original line number Diff line number Diff line
@@ -778,8 +778,8 @@ int main(
        }

#ifdef WMOPS
        update_wmops();
        update_mem();
        update_wmops();
#endif
    }

+1 −1
Original line number Diff line number Diff line
@@ -1021,8 +1021,8 @@ int main(
        }

#ifdef WMOPS
        update_wmops();
        update_mem();
        update_wmops();
#endif
    }